RadControls for WinForms

Define auto wrap option for text

Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum AutoTextWrap
Visual Basic
Public Enumeration AutoTextWrap

Members

Member nameValueDescription
Auto0 Means that value of auto text wrap will be inherit of parent element.
True1 Means that auto text wrap will be applied.
False2 Means that auto text wrap will not be applied.

See Also