RadialGaugePointerTagHelper
Example
Razor
<pointer>
<cap />
</pointer>
ChildTags
| Tag Name | Details |
|---|---|
| cap | RadialGaugePointerCapSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the pointer. Any valid CSS color string will work here, including hex and rgb. |
| length | Double | The pointer length (in percent) that is based on the distance to the scale. The default length of 1 indicates that the pointer exactly reaches the scale. Accepts values between 0.1 and 1.5. |
| value | Double | The value of the gauge. |