Gets or sets the style of lines drawn with a border.

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

Syntax

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

See Also