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