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