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

In This Topic
    Label Property (C1Tool)
    In This Topic
    Gets or sets the text that will shown inside the tool and in the menus.
    Syntax
    'Declaration
     
    
    Public Property Label As String
    public string Label {get; set;}
    See Also