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