Class ItemAlignment
Enumeration describing the possible toolbar alignments of the items in the RadToolBar.
Inheritance
System.Object
ItemAlignment
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
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
value__
Declaration
public int value__
Field Value
System.
|