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