ItemAlignment
Enum
Enumeration describing the possible toolbar alignments of the items in the RadToolBar.
Definition
Namespace:Telerik.Windows.Controls.ToolBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum ItemAlignment
Fields
Marks that an item must be positioned on left in horizontal toolbar or on top in vertical toolbar.
C#
Left = 0
Marks that an item must be positioned on right in horizontal toolbar or on bottom in vertical toolbar.
C#
Right = 1