FontsHelperTryGetFontStyle(Int32) - метод |
The try get font style.
Пространство имён:
Tessa.UI.Views.Appearances
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static FontStyle? TryGetFontStyle(
int fontStyle
)
Public Shared Function TryGetFontStyle (
fontStyle As Integer
) As FontStyle?
public:
static Nullable<FontStyle> TryGetFontStyle(
int fontStyle
)
static member TryGetFontStyle :
fontStyle : int -> Nullable<FontStyle>
Параметры
- fontStyle
- Тип: SystemInt32
The font style.
Возвращаемое значение
Тип:
NullableFontStyle
The
FontStyle.
См. также