'Declaration
<CategoryAttribute("Text")> <DefaultValueAttribute(0)> <DescriptionAttribute("Gets or sets the indentation for the first text element.")> <BrowsableAttribute(False)> Public Property Indent As Integer
[Category("Text")] [DefaultValue(0)] [Description("Gets or sets the indentation for the first text element.")] [Browsable(false)] public int Indent {get; set;}