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

In This Topic
    LabelStyle Property (C1PropertyGrid)
    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