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