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