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