alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SvgText

    Inheritance
    object
    ComponentBase
    SvgText
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    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 SvgText : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    SvgText()

    Declaration
    public SvgText()

    Properties

    AccessibilityText

    Declaration
    [Parameter]
    public string AccessibilityText { get; set; }
    Property Value
    Type
    string

    AriaHidden

    Declaration
    [Parameter]
    public string AriaHidden { get; set; }
    Property Value
    Type
    string

    ChildContent

    Declaration
    [Parameter]
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type
    RenderFragment

    ClipPath

    Declaration
    [Parameter]
    public string ClipPath { get; set; }
    Property Value
    Type
    string

    DominantBaseline

    Declaration
    [Parameter]
    public string DominantBaseline { get; set; }
    Property Value
    Type
    string

    Fill

    Declaration
    [Parameter]
    public string Fill { get; set; }
    Property Value
    Type
    string

    FontFamily

    Declaration
    [Parameter]
    public string FontFamily { get; set; }
    Property Value
    Type
    string

    FontSize

    Declaration
    [Parameter]
    public string FontSize { get; set; }
    Property Value
    Type
    string

    FontStyle

    Declaration
    [Parameter]
    public string FontStyle { get; set; }
    Property Value
    Type
    string

    FontWeight

    Declaration
    [Parameter]
    public string FontWeight { get; set; }
    Property Value
    Type
    string

    HtmlAttributes

    Declaration
    [Parameter(CaptureUnmatchedValues = true)]
    public Dictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type
    Dictionary<string, object>

    Id

    Declaration
    [Parameter]
    public string Id { get; set; }
    Property Value
    Type
    string

    Role

    Declaration
    [Parameter]
    public string Role { get; set; }
    Property Value
    Type
    string

    Style

    Declaration
    [Parameter]
    public string Style { get; set; }
    Property Value
    Type
    string

    TabIndex

    Declaration
    [Parameter]
    public string TabIndex { get; set; }
    Property Value
    Type
    string

    Text

    Declaration
    [Parameter]
    public string Text { get; set; }
    Property Value
    Type
    string

    TextAnchor

    Declaration
    [Parameter]
    public string TextAnchor { get; set; }
    Property Value
    Type
    string

    Title

    Declaration
    [Parameter]
    public string Title { get; set; }
    Property Value
    Type
    string

    Transform

    Declaration
    [Parameter]
    public string Transform { get; set; }
    Property Value
    Type
    string

    X

    Declaration
    [Parameter]
    public string X { get; set; }
    Property Value
    Type
    string

    Y

    Declaration
    [Parameter]
    public string Y { get; set; }
    Property Value
    Type
    string

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Implements

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