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

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