Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / EditorPadding Property

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