Gets or sets whether the pointer cap should appear behind the Gauge pointers.

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 BehindPointers { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property BehindPointers As Boolean
	Get
	Set

See Also