alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SankeyEventFont

    Gets or sets the font style for the event arguments in the SankeyChart component events.

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

    Constructors

    SankeyEventFont()

    Declaration
    public SankeyEventFont()

    Properties

    Color

    Gets or sets the color for the text.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    string

    A string representing the color for the text. The default value is null.

    Remarks

    Accepts values in hex and rgba as a valid CSS color string.

    FontFamily

    Gets or sets the font family for the text.

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

    A string representing the font family for the text. The default value is null.

    FontStyle

    Gets or sets the font style for the text.

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

    A string representing the font style for the text. The default value is null.

    FontWeight

    Gets or sets the font weight for the text.

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

    A string representing the font weight for the text. The default value is null.

    Opacity

    Gets or sets the opacity for the text.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    double

    A double value representing the opacity for the text. It ranges from 0 to 1. The default value is 1.

    Size

    Gets or sets the font size for the text.

    Declaration
    public string Size { get; set; }
    Property Value
    Type Description
    string

    A string representing the font size for the text. The default value is null.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved