[]
Specifies the style of lines drawn with a C1GaugeBorder.
public enum C1GaugeBorderStyle
Name | Description |
---|---|
Dash | Specifies a line consisting of dashes. |
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. |
Dot | Specifies a line consisting of dots. |
None | Hides the border. |
Solid | Specifies a solid line. |