Class SvgClass
Represents a base Blazor component that provides CSS class management and identifier support for SVG elements used in chart rendering.
Inheritance
SvgClass
Inherited Members
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgClass : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SvgClass()
Declaration
public SvgClass()
Properties
Class
Gets or sets the CSS class string applied to the SVG element.
Declaration
[Parameter]
public string Class { get; set; }
Property Value
| Type |
|---|
| string |
Id
Gets or sets the unique identifier for the SVG element.
Declaration
[Parameter]
public virtual string Id { get; set; }
Property Value
| Type |
|---|
| string |