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

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