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