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

In This Topic
    BorderColor Property (Style)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the border around the element.
    Syntax
    'Declaration
     
    
    <CategoryAttribute("Border")>
    <DefaultValueAttribute(System.Drawing.Color, "Black")>
    <DescriptionAttribute("Gets or sets the border color.")>
    Public Property BorderColor As Color
    [Category("Border")]
    [DefaultValue(System.Drawing.Color, "Black")]
    [Description("Gets or sets the border color.")]
    public Color BorderColor {get; set;}
    See Also