Class Symbol
Enumerates the type of symbol pointer available in the circular gauge. You can change the symbol of a pointer.
Inheritance
System.Object
Symbol
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public sealed class Symbol : Enum
Fields
Arrow
Declaration
public const Symbol Arrow
Field Value
Cross
Declaration
public const Symbol Cross
Field Value
Custom
Declaration
public const Symbol Custom
Field Value
Diamond
Declaration
public const Symbol Diamond
Field Value
Ellipse
Declaration
public const Symbol Ellipse
Field Value
Hexagon
Declaration
public const Symbol Hexagon
Field Value
InvertedArrow
Declaration
public const Symbol InvertedArrow
Field Value
InvertedTriangle
Declaration
public const Symbol InvertedTriangle
Field Value
Pentagon
Declaration
public const Symbol Pentagon
Field Value
Rectangle
Declaration
public const Symbol Rectangle
Field Value
RoundedRectangle
Declaration
public const Symbol RoundedRectangle
Field Value
Triangle
Declaration
public const Symbol Triangle
Field Value