Class Point
Defines type of pointer in linear gauge.
Inheritance
System.Object
Point
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Point : Enum
Fields
Bar
Specifies the pointer as bar.
Declaration
public const Point Bar
Field Value
Type |
---|
Point |
Marker
Specifies the pointer as marker type.
Declaration
public const Point Marker
Field Value
Type |
---|
Point |