Gets or sets the style of a hatch brush to paint selection on the hot item.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(C1GaugeHatchStyle.Percent50)] public C1GaugeHatchStyle HatchStyle { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(C1GaugeHatchStyle.Percent50)> _ Public Property HatchStyle As C1GaugeHatchStyle Get Set |