Selects a shape from the set of predefined pointer shapes.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(C1GaugePointerShape.Thumb)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public C1GaugePointerShape Shape { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(C1GaugePointerShape.Thumb)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Shape As C1GaugePointerShape Get Set |