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