Specifies the cap style for gauge bar indicators.
Definition
Namespace:Telerik.Maui.Controls.Gauges
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum GaugeBarIndicatorCap
Fields
The bar indicator has a concave oval cap.
C#
ConcaveOval = 2
The bar indicator has a flat cap.
C#
Flat = 0
The bar indicator has an oval cap.
C#
Oval = 1