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