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