Font Property
Font
Gets the FontInfo object that represents the font of the specified object.
Declaration
public virtual FontInfo Font { get; set; }
Public Overridable Property Font As FontInfo
Property Value
Type |
Description |
FontInfo |
The font of the specified object.
|