PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / EditorBorderBrush Property

In This Topic
    EditorBorderBrush Property
    In This Topic
    Gets or sets the brush applied to the borders of the editors.
    Syntax
    'Declaration
     
    
    Public Property EditorBorderBrush As Brush
    public Brush EditorBorderBrush {get; set;}
    See Also