Gets a value indicating whether the style includes the font properties.
bool IncludeFont {get; set;}
'Declaration
Property IncludeFont As Boolean
'Usage
Dim instance As IStyle
Dim value As Boolean
instance.IncludeFont = value
value = instance.IncludeFont
Property Value
true
if the style includes the font properties; otherwise,
false
.