AppearanceFontStyle? FontStyle { get; set; }
Property FontStyle As AppearanceFontStyle?
Get
Set
property Nullable<AppearanceFontStyle> FontStyle {
Nullable<AppearanceFontStyle> get ();
void set (Nullable<AppearanceFontStyle> value);
}
abstract FontStyle : Nullable<AppearanceFontStyle> with get, set