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