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

In This Topic
    LabelStyle Property
    In This Topic
    Gets or sets the Style applied to all the generated labels for the SelectedObject's properties.
    Syntax
    'Declaration
     
    
    Public Property LabelStyle As Style
    public Style LabelStyle {get; set;}
    See Also