Font Property (DisplayFormat)
Gets a
IFont object that represents the font of the associated
DisplayFormat object as it is displayed in the current user interface.
'Declaration
Public ReadOnly Property Font As IFont
'Usage
Dim instance As DisplayFormat
Dim value As IFont
value = instance.Font
Property Value
The font of the associated
DisplayFormat object.