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

In This Topic
    EditorCornerRadius Property
    In This Topic
    Gets or sets the corner-radius applied to the borders of the editors.
    Syntax
    'Declaration
     
    
    Public Property EditorCornerRadius As CornerRadius
    public CornerRadius EditorCornerRadius {get; set;}
    See Also