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

In This Topic
    SmallIconTemplate Property
    In This Topic
    Gets or sets the template used when the icon size is smaller or equals to 12 pixels.
    Syntax
    'Declaration
     
    
    Public Property SmallIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate SmallIconTemplate {get; set;}
    See Also