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

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