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