Enum NeedleStyle
Specifies different needle styles.
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public enum NeedleStyle
Fields
Name | Description |
---|---|
Arrow | Needle gets displayed in the shape of an arrow. |
Custom | Custom Geometry can be applied through NeedleCustomGeometry property. |
Rectangle | Needle gets displayed in rectangular form. |
Trapezoid | Needle gets displayed in trapezoidal form. |
Triangle | Needle gets displayed in triangular form. |