The set of standard pointer shapes.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
public enum C1GaugePointerShape |
| Visual Basic (Declaration) |
|---|
Public Enumeration C1GaugePointerShape |
Members
| Member name | Description | |
|---|---|---|
| Custom | Use the custom shape for the pointer. | |
| Arrow1 | Display pointer as arrow. | |
| Arrow2 | Display pointer as arrow. | |
| Arrow3 | Display pointer as arrow. | |
| Rectangle | Display pointer as rectangle. | |
| Round | Display pointer as circle or round rectangle. | |
| Thumb | Display a thumb for the linear pointer. | |
| Triangle | Display pointer as triangle. |