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

In This Topic
    BorderBrush Property (Style)
    In This Topic
    Gets or sets the brush used to paint the borders around the element.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <CategoryAttribute("Background")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property BorderBrush As Brush
    [Browsable(false)]
    [Category("Background")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Brush BorderBrush {get; set;}
    See Also