Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolStrip Class / ToolLabelVisibility Property

In This Topic
    ToolLabelVisibility Property
    In This Topic
    Gets or sets the visibility of the label of the tools.
    Syntax
    'Declaration
     
    
    Public Property ToolLabelVisibility As Visibility
    public Visibility ToolLabelVisibility {get; set;}
    See Also