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