menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapFontBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapFontBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    TreeMapFontBuilder
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapFontBuilder : ControlBuilder

    Constructors

    TreeMapFontBuilder()

    Declaration
    public TreeMapFontBuilder()

    TreeMapFontBuilder(TreeMapFont)

    Declaration
    public TreeMapFontBuilder(TreeMapFont model)
    Parameters
    Type Name Description
    TreeMapFont model

    Methods

    Color(String)

    Sets and gets the color for the text in the treemap.

    Declaration
    public TreeMapFontBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapFontBuilder

    FontFamily(String)

    Sets and gets the font family for the text in the treemap.

    Declaration
    public TreeMapFontBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapFontBuilder

    FontStyle(String)

    Sets and gets the font style for the text in the treemap.

    Declaration
    public TreeMapFontBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapFontBuilder

    FontWeight(String)

    Sets and gets the font weight for the text in the treemap.

    Declaration
    public TreeMapFontBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapFontBuilder

    Opacity(Double)

    Sets and gets the opacity of the text in the treemap.

    Declaration
    public TreeMapFontBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    TreeMapFontBuilder

    Size(String)

    Sets and gets the size for the text in the treemap.

    Declaration
    public TreeMapFontBuilder Size(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeMapFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved