Enum GaugeFrameType
Specifies the frame types used for drawing Circular Gauge control.
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public enum GaugeFrameType
Fields
Name | Description |
---|---|
CircularCenterGradient | Circular gauge with center gradient. |
CircularWithDarkOuterFrames | Circular gauge with dark first and second frames. |
CircularWithInnerLeftGradient | Circular gauge frame with inner left gradient. |
CircularWithInnerTopGradient | Circular gauge frame with inner top gradient. |
CounterclockwiseHalfCircle | Counter clockwise half circular gauge |
FullCircle | Circular gauge with default template will be displayed as a full circle. |
HalfCircle | Circular gauge with default template will be displayed as a half circle. |
LeftHalfCircle | Left side half circle |
RightHalfCircle | Right side Half circle |