Sets the lineCap style of the pointer.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum CircularGaugePointerLineCap
Fields
Specifies a "butt" line cap.
C#
Butt = 1
Specifies a "round" line cap.
C#
Round = 0
Sets the lineCap style of the pointer.
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
public enum CircularGaugePointerLineCap
Specifies a "butt" line cap.
Butt = 1
Specifies a "round" line cap.
Round = 0