TitlePosition
Enum
Defines the position of the title.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum TitlePosition
Fields
Places the title on the bottom side.
C#
Bottom = 2
Places the title on the left side.
C#
Left = 3
Places the title on the right side.
C#
Right = 1
Places the title on the top side.
C#
Top = 0