alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TextOptions

    Inheritance
    object
    TextOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TextOptions

    Constructors

    TextOptions()

    Declaration
    public TextOptions()

    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
    string x
    string y
    string fill
    FontOptions font
    string text
    string anchor
    string id
    string transform
    string labelRotation
    string dominantBaseline
    string accessibilityText
    string role
    string tabIndex
    string style

    Properties

    AccessibilityText

    Declaration
    public string AccessibilityText { get; set; }
    Property Value
    Type
    string

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type
    RenderFragment

    DominantBaseline

    Declaration
    public string DominantBaseline { get; set; }
    Property Value
    Type
    string

    Fill

    Declaration
    public string Fill { get; set; }
    Property Value
    Type
    string

    Font

    Declaration
    public object Font { get; set; }
    Property Value
    Type
    object

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    string

    FontSize

    Declaration
    public string FontSize { get; set; }
    Property Value
    Type
    string

    FontStyle

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type
    string

    FontWeight

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type
    string

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    LabelRotation

    Declaration
    public string LabelRotation { get; set; }
    Property Value
    Type
    string

    Role

    Declaration
    public string Role { get; set; }
    Property Value
    Type
    string

    Style

    Declaration
    public string Style { get; set; }
    Property Value
    Type
    string

    TabIndex

    Declaration
    public string TabIndex { get; set; }
    Property Value
    Type
    string

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    string

    TextAnchor

    Declaration
    public string TextAnchor { get; set; }
    Property Value
    Type
    string

    TextCollection

    Declaration
    public List<string> TextCollection { get; set; }
    Property Value
    Type
    List<string>

    TextLocationCollection

    Declaration
    public List<TextLocation> TextLocationCollection { get; set; }
    Property Value
    Type
    List<TextLocation>

    Transform

    Declaration
    public string Transform { get; set; }
    Property Value
    Type
    string

    X

    Declaration
    public string X { get; set; }
    Property Value
    Type
    string

    Y

    Declaration
    public string Y { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved