Enum FrameType
Enum for different frametypes of Gauge control
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public enum FrameType
Fields
Name | |
---|---|
Fill | |
FullCircle | Represents the gauge in full circle format. The StartAngle and SweepAngle are changeable. Ticks and scale will be arranged over the gauge based on placement value. The needle indicates the current value of the gauge. |
HalfCircle | Represents the gauge in half circle format. The StartAngle and SweepAngle of the gauge should be 180. |
QuarterCircle | Represents the gauge in quarter circle format. The SweepAngle is 90, and the StartAngle is chanageble. |