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