Provides options for sizing the text part of the LayoutControlItem
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum LayoutItemTextSizeMode
Fields
Text will have a fixed size in pixels.
C#
Fixed = 1
Text will be sized proportionally to the whole size of the item.
C#
Proportional = 0