Enum BoxLayout.StripPosition
Represents the position where elements are arranged within the box layout.
Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public enum StripPosition
Remarks
This enumeration defines where new elements should be positioned within the layout container, affecting the visual order of elements in the rendered UI.
First
Elements are positioned at the beginning of the layout container.
Last
Elements are positioned at the end of the layout container.