Defines the alignment of items within a strip item layout.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum StripViewItemAlignment
Fields
Items are centered within the layout.
C#
Center = 1
Items are aligned starting from the far edge. This is Right for Left-to-right layout and Left for Right-to-left layout.
C#
Far = 2
Items are aligned starting from the near edge. This is Left for Left-to-right layout and Right for Right-to-left layout.
C#
Near = 0