Class ButtonSize
Describes the predefined size for Ribbon buttons.
Inheritance
System.Object
ButtonSize
Namespace: Telerik.Windows.Controls.RibbonView
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public sealed class ButtonSize : Enum
Fields
Large
Large button with image 32 x 32.and text. Vertical oriented.
Declaration
public const ButtonSize Large
Field Value
ButtonSize
|
Medium
Small button with image 16 x 16.and text. Horizontal oriented.
Declaration
public const ButtonSize Medium
Field Value
ButtonSize
|
Small
Small button with image 16 x 16. Horizontal oriented.
Declaration
public const ButtonSize Small
Field Value
ButtonSize
|
value__
Declaration
public int value__
Field Value
System.Int32
|