If set to True, text wrapping between lines when formatting within a rectangle is disabled.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool NoWrap { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property NoWrap As Boolean
	Get
	Set

See Also