Gets or sets the orthogonal alignment of the text labels.

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

Syntax

C#
[DefaultValueAttribute(C1GaugeAlignment.Center)]
public C1GaugeAlignment OrthogonalAlignment { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(C1GaugeAlignment.Center)> _
Public Property OrthogonalAlignment As C1GaugeAlignment
	Get
	Set

See Also