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