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