Gets or sets the font options

C# | Visual Basic | Visual C++ |
public IFontOptions Font { get; set; }
Public Property Font As IFontOptions
public: virtual property IFontOptions^ Font { IFontOptions^ get () sealed; void set (IFontOptions^ value) sealed; }