Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SvgText - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SvgText

    Inheritance
    System.Object
    SvgText
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SvgText : ComponentBase

    Constructors

    SvgText()

    Declaration
    public SvgText()

    Properties

    AccessibilityText

    Declaration
    public string AccessibilityText { get; set; }
    Property Value
    Type Description
    System.String

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    DominantBaseline

    Declaration
    public string DominantBaseline { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontSize

    Declaration
    public string FontSize { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    FontWeight

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Declaration
    public Dictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Style

    Declaration
    public string Style { get; set; }
    Property Value
    Type Description
    System.String

    TabIndex

    Declaration
    public string TabIndex { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextAnchor

    Declaration
    public string TextAnchor { get; set; }
    Property Value
    Type Description
    System.String

    Transform

    Declaration
    public string Transform { get; set; }
    Property Value
    Type Description
    System.String

    X

    Declaration
    public string X { get; set; }
    Property Value
    Type Description
    System.String

    Y

    Declaration
    public string Y { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved