Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarControlSize Enumeration

In This Topic
    C1ToolbarControlSize Enumeration
    In This Topic
    Represents available sizes of control in toolbar.
    Syntax
    'Declaration
     
    
    Public Enum C1ToolbarControlSize 
       Inherits System.Enum
    public enum C1ToolbarControlSize : System.Enum 
    Members
    MemberDescription
    LargeLarge appearance.
    MediumMedium appearance.
    SmallSmall appearance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Toolbar.C1ToolbarControlSize

    See Also