Class TextOptions
Inheritance
System.Object
TextOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class TextOptions : Object
Constructors
TextOptions()
Declaration
TextOptions(String, String, String, FontOptions, String, String, String, String, String, String, String, String, String, String)
Declaration
public TextOptions(string x, string y, string fill, FontOptions font, string text, string anchor, string id, string transform = "", string labelRotation = "0", string dominantBaseline = "undefined", string accessibilityText = "", string role = "text", string tabIndex = "", string style = "")
Parameters
Type |
Name |
Description |
System.String |
x |
|
System.String |
y |
|
System.String |
fill |
|
FontOptions |
font |
|
System.String |
text |
|
System.String |
anchor |
|
System.String |
id |
|
System.String |
transform |
|
System.String |
labelRotation |
|
System.String |
dominantBaseline |
|
System.String |
accessibilityText |
|
System.String |
role |
|
System.String |
tabIndex |
|
System.String |
style |
|
Properties
AccessibilityText
Declaration
public string AccessibilityText { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
DominantBaseline
Declaration
public string DominantBaseline { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Font
Declaration
public object Font { 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
Id
Declaration
public string Id { get; set; }
Property Value
LabelRotation
Declaration
public string LabelRotation { 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
TextCollection
Declaration
public List<string> TextCollection { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.String> |
TextLocationCollection
Declaration
public List<TextLocation> TextLocationCollection { 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