menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextOptions - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextOptions

    Inheritance
    System.Object
    TextOptions
    Namespace: Syncfusion.Blazor.DataVizCommon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TextOptions : Object

    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
    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
    Type
    System.String

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment

    DominantBaseline

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

    Fill

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

    Font

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

    FontFamily

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

    FontSize

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

    FontStyle

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

    FontWeight

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

    Id

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

    LabelRotation

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

    Role

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

    Style

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

    TabIndex

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

    Text

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

    TextAnchor

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

    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
    Type
    System.Collections.Generic.List<TextLocation>

    Transform

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

    X

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

    Y

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