Class ShapeName
Specifies the marker shape options for SVG rendering.
Inheritance
System.Object
ShapeName
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class ShapeName : Enum
Fields
Ellipse
Defines an ellipse shape element.
Declaration
public const ShapeName Ellipse
Field Value
| Type |
|---|
| ShapeName |
Image
Defines an image shape element.
Declaration
public const ShapeName Image
Field Value
| Type |
|---|
| ShapeName |
Path
Defines a path shape element.
Declaration
public const ShapeName Path
Field Value
| Type |
|---|
| ShapeName |