Class ItemAlignment
Enumeration describing the possible toolbar alignments of the items in the RadToolBar.
Inheritance
Namespace: Telerik.Windows.Controls.ToolBar
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class ItemAlignment : Enum
Fields
Left
Marks that an item must be positioned on left in horizontal toolbar or on top in vertical toolbar.
Declaration
public const ItemAlignment Left
Field Value
ItemAlignment
|
Right
Marks that an item must be positioned on right in horizontal toolbar or on bottom in vertical toolbar.
Declaration
public const ItemAlignment Right
Field Value
ItemAlignment
|
value__
Declaration
public int value__
Field Value
System.Int32
|