Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ToolbarTextPosition
Fields
Positions the text between the MiddleItems and FarItems.
C#
CenterAfter = 2
Positions the text between the NearItems and MiddleItems.
C#
CenterBefore = 1
Positions the text close the end of the form and next to the system buttons.
C#
Far = 3
Positions the text close the start of the form and next to the icon.
C#
Near = 0