public FontWeight SelectedFontWeight { get; set; }Public Property SelectedFontWeight As FontWeight
Get
Setpublic:
property FontWeight^ SelectedFontWeight {
FontWeight^ get ();
void set (FontWeight^ value);
}member SelectedFontWeight : FontWeight with get, set