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

In This Topic
    EditorPadding Property
    In This Topic
    Gets or sets the padding that will be applied to the editors.
    Syntax
    'Declaration
     
    
    Public Property EditorPadding As Thickness
    public Thickness EditorPadding {get; set;}
    See Also