Class MarkerShape
Sets and gets the shape of the marker in the treemap.
Inheritance
System.Object
MarkerShape
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class MarkerShape : Enum
Fields
Circle
Defines the marker shape as circle.
Declaration
public const MarkerShape Circle
Field Value
Type |
---|
MarkerShape |
Cross
Defines the marker shape as cross.
Declaration
public const MarkerShape Cross
Field Value
Type |
---|
MarkerShape |
Diamond
Defines the marker shape as diamond.
Declaration
public const MarkerShape Diamond
Field Value
Type |
---|
MarkerShape |
HorizontalLine
Defines the marker shape as horizontal line.
Declaration
public const MarkerShape HorizontalLine
Field Value
Type |
---|
MarkerShape |
Image
Defines the marker shape as image.
Declaration
public const MarkerShape Image
Field Value
Type |
---|
MarkerShape |
InvertedTriangle
Defines the marker shape as inverted triangle.
Declaration
public const MarkerShape InvertedTriangle
Field Value
Type |
---|
MarkerShape |
Pentagon
Defines the marker shape as pentagon.
Declaration
public const MarkerShape Pentagon
Field Value
Type |
---|
MarkerShape |
Rectangle
Defines the marker shape as rectangle.
Declaration
public const MarkerShape Rectangle
Field Value
Type |
---|
MarkerShape |
Triangle
Defines the marker shape as triangle.
Declaration
public const MarkerShape Triangle
Field Value
Type |
---|
MarkerShape |
VerticalLine
Defines the marker shape as vertical line.
Declaration
public const MarkerShape VerticalLine
Field Value
Type |
---|
MarkerShape |