'Declaration
<System.ComponentModel.CategoryAttribute("Formatting")> <System.ComponentModel.DescriptionAttribute("Determines the number of spaces that replace a single tab.")> <System.ComponentModel.DefaultValueAttribute(3)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property TabSizeInSpaces As System.Integer
'Usage
Dim instance As NTextStyle Dim value As System.Integer instance.TabSizeInSpaces = value value = instance.TabSizeInSpaces
[System.ComponentModel.Category("Formatting")] [System.ComponentModel.Description("Determines the number of spaces that replace a single tab.")] [System.ComponentModel.DefaultValue(3)] [System.Xml.Serialization.XmlAttribute()] public System.int TabSizeInSpaces {get; set;}