'Declaration
<System.ComponentModel.CategoryAttribute("Formatting")> <System.ComponentModel.DescriptionAttribute("Determines whether the control should replace tabs with spaces.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ReplaceTabsWithSpaces As System.Boolean
'Usage
Dim instance As NTextStyle Dim value As System.Boolean instance.ReplaceTabsWithSpaces = value value = instance.ReplaceTabsWithSpaces
[System.ComponentModel.Category("Formatting")] [System.ComponentModel.Description("Determines whether the control should replace tabs with spaces.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool ReplaceTabsWithSpaces {get; set;}