Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonToolSize Enumeration

In This Topic
    RibbonToolSize Enumeration
    In This Topic
    Gets or sets whether the tool is rendered large or small.
    Syntax
    'Declaration
     
    
    Public Enum RibbonToolSize 
       Inherits System.Enum
    public enum RibbonToolSize : System.Enum 
    Members
    MemberDescription
    LargeThe tool is rendered with a large icon and the label below the icon.
    SmallThe tool is rendered with a small icon and the text at the right of the icon.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Ribbon.RibbonToolSize

    See Also