Class SvgText
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgText : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SvgText()
Declaration
Properties
AccessibilityText
Declaration
[Parameter]
public string AccessibilityText { get; set; }
Property Value
AriaHidden
Declaration
[Parameter]
public string AriaHidden { get; set; }
Property Value
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
ClipPath
Declaration
[Parameter]
public string ClipPath { get; set; }
Property Value
DominantBaseline
Declaration
[Parameter]
public string DominantBaseline { get; set; }
Property Value
Fill
Declaration
[Parameter]
public string Fill { get; set; }
Property Value
FontFamily
Declaration
[Parameter]
public string FontFamily { get; set; }
Property Value
FontSize
Declaration
[Parameter]
public string FontSize { get; set; }
Property Value
FontStyle
Declaration
[Parameter]
public string FontStyle { get; set; }
Property Value
FontWeight
Declaration
[Parameter]
public string FontWeight { get; set; }
Property Value
HtmlAttributes
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> HtmlAttributes { get; set; }
Property Value
Id
Declaration
[Parameter]
public string Id { get; set; }
Property Value
Role
Declaration
[Parameter]
public string Role { get; set; }
Property Value
Style
Declaration
[Parameter]
public string Style { get; set; }
Property Value
TabIndex
Declaration
[Parameter]
public string TabIndex { get; set; }
Property Value
Text
Declaration
[Parameter]
public string Text { get; set; }
Property Value
TextAnchor
Declaration
[Parameter]
public string TextAnchor { get; set; }
Property Value
Title
Declaration
[Parameter]
public string Title { get; set; }
Property Value
Transform
Declaration
[Parameter]
public string Transform { get; set; }
Property Value
X
Declaration
[Parameter]
public string X { get; set; }
Property Value
Y
Declaration
[Parameter]
public string Y { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements