Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Tool Class / LabelVisibility Property

In This Topic
    LabelVisibility Property (C1Tool)
    In This Topic
    Gets or sets the visibility of the label.
    Syntax
    'Declaration
     
    
    Public Property LabelVisibility As ToolLabelVisibility
    public ToolLabelVisibility LabelVisibility {get; set;}
    Remarks
    When the tool is used inside C1Ribbon, this control will handle this property.
    See Also