Enum IndicatorStyle
Specifies the shape of the Indicator.
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public enum IndicatorStyle
Fields
Name | Description |
---|---|
CircularLED | Circle shaped Indicator. |
Custom | Custom Geometry can be applied through IndicatorCustomGeometry property. |
RectangularLED | Rectangle shaped Indicator. |
RoundedRectangularLED | RoundedRectangle shaped Indicator. |
Text | Indicator is displayed as a text |