Specifies the style of lines drawn with a C1GaugeBorder.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
public enum C1GaugeBorderStyle |
| Visual Basic (Declaration) |
|---|
Public Enumeration C1GaugeBorderStyle |
Members
| Member name | Description | |
|---|---|---|
| None | Hides the border. | |
| Solid | Specifies a solid line. | |
| Dash | Specifies a line consisting of dashes. | |
| Dot | Specifies a line consisting of dots. | |
| DashDot | Specifies a line consisting of a repeating pattern of dash-dot. | |
| DashDotDot | Specifies a line consisting of a repeating pattern of dash-dot-dot. |