TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Indent Property

In This Topic
    Indent Property (Style)
    In This Topic
    Gets or sets the indentation for the first text element.
    Syntax
    '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;}
    See Also