alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SvgClass

    Represents a base Blazor component that provides CSS class management and identifier support for SVG elements used in chart rendering.

    Inheritance
    object
    ComponentBase
    SvgClass
    Svg3DPath
    SvgCircle
    SvgEllipse
    SvgLine
    SvgPath
    SvgPolygon
    SvgRect
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved