Gets or sets the line alignment on the horizontal plane.

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

Syntax

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

See Also