[NotNullAttribute]
public FontFamily FontFamily { get; set; }<NotNullAttribute>
Public Property FontFamily As FontFamily
Get
Setpublic:
[NotNullAttribute]
property FontFamily^ FontFamily {
FontFamily^ get ();
void set (FontFamily^ value);
}[<NotNullAttribute>]
member FontFamily : FontFamily with get, set