In This Topic
Gets a value indicating whether this instance is flatten styles.
Syntax
'Declaration
Public ReadOnly Property IsFlattenStyles As Boolean
'Usage
Dim instance As Styles
Dim value As Boolean
value = instance.IsFlattenStyles
public bool IsFlattenStyles {get;}
Property Value
true
if this instance is flatten styles; otherwise,
false
.
See Also