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