If set to True, unwrapped text reaching outside the formatting rectangle is allowed to show.

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

Syntax

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

See Also