Class SvgText
Inheritance
System.Object
SvgText
Assembly: Syncfusion.Blazor.dll
Syntax
public class SvgText : ComponentBase
Constructors
SvgText()
Declaration
Properties
AccessibilityText
Declaration
public string AccessibilityText { get; set; }
Property Value
AriaHidden
Declaration
public string AriaHidden { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
ClipPath
Declaration
public string ClipPath { get; set; }
Property Value
DominantBaseline
Declaration
public string DominantBaseline { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
FontSize
Declaration
public string FontSize { get; set; }
Property Value
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
HtmlAttributes
Declaration
public Dictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type |
System.Collections.Generic.Dictionary<System.String, System.Object> |
Id
Declaration
public string Id { get; set; }
Property Value
Role
Declaration
public string Role { get; set; }
Property Value
Style
Declaration
public string Style { get; set; }
Property Value
TabIndex
Declaration
public string TabIndex { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextAnchor
Declaration
public string TextAnchor { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Transform
Declaration
public string Transform { get; set; }
Property Value
X
Declaration
public string X { get; set; }
Property Value
Y
Declaration
public string Y { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|