Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Ribbon Class / IsMinimized Property

In This Topic
    IsMinimized Property (C1Ribbon)
    In This Topic
    Gets or sets whether the ribbon is minimized and show all the tools in a single line.
    Syntax
    'Declaration
     
    
    Public Property IsMinimized As Boolean
    public bool IsMinimized {get; set;}
    See Also