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