Class TextOptions
Inheritance
System.Object
TextOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class TextOptions : Object
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 |
|
Font
Declaration
public object Font { get; set; }
Property Value
Type |
Description |
System.Object |
|
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 |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelRotation
Declaration
public string LabelRotation { 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 |
|
TextCollection
Declaration
public List<string> TextCollection { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
TextLocationCollection
Declaration
public List<TextLocation> TextLocationCollection { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<TextLocation> |
|
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 |
|