[]
ITagHelper implementation for RadialGauge.
[HtmlTargetElement("c1-radial-gauge")]
[RestrictChildren("c1-gauge-range", new string[] { })]
public class RadialGaugeTagHelper : GaugeTagHelper<RadialGauge>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
Name | Description |
---|---|
RadialGaugeTagHelper() |
Name | Description |
---|---|
AutoScale | Configurates AutoScale. Sets whether the gauge should automatically scale to fill the host element. |
NeedleLength | Configurates NeedleLength. Sets a value that determines the length of the gauge's needleElement with respect to the pointer range. |
NeedleShape | Configurates NeedleShape. Sets a value that determines the shape of the gauge's needle element. |
ShowText | Configurates ShowText. Sets which values should be displayed as text in the gauge. |
StartAngle | Configurates StartAngle. Sets the starting angle for the gauge, in degrees. |
SweepAngle | Configurates SweepAngle. Sets the sweeping angle for the gauge, in degrees. |