Gets or sets the style of a hatch brush.

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

Syntax

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

See Also