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