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

In This Topic
    ChildSpacing Property (Style)
    In This Topic
    Gets or sets the amount of space between child elements.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets the amount of space between child elements.")>
    <BrowsableAttribute(False)>
    <CategoryAttribute("Layout")>
    <DefaultValueAttribute(System.Drawing.Size, "0,0")>
    Public Property ChildSpacing As Size
    [Description("Gets or sets the amount of space between child elements.")]
    [Browsable(false)]
    [Category("Layout")]
    [DefaultValue(System.Drawing.Size, "0,0")]
    public Size ChildSpacing {get; set;}
    See Also