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