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

In This Topic
    MinimizedIconTemplate Property
    In This Topic
    Gets or sets the minimized icon template.
    Syntax
    'Declaration
     
    
    Public Property MinimizedIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate MinimizedIconTemplate {get; set;}
    See Also