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

In This Topic
    Padding Property (Style)
    In This Topic
    Gets or sets the thickness of the padding between the element edges and its content.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets the thickness of the padding between the element edges and its content.")>
    <CategoryAttribute("Layout")>
    <DefaultValueAttribute(C1.Framework.Thickness, "0")>
    Public Property Padding As Thickness
    [Description("Gets or sets the thickness of the padding between the element edges and its content.")]
    [Category("Layout")]
    [DefaultValue(C1.Framework.Thickness, "0")]
    public Thickness Padding {get; set;}
    See Also