Provides options for arranging the text part of the LayoutControlItem
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum LayoutItemTextPosition
Fields
The text will appear below the control.
C#
Bottom = 1
The text will appear on the left side of the control.
C#
Left = 2
The text will appear on the right side of the control.
C#
Right = 3
The text will appear above the control.
C#
Top = 0