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