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>