menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapFont

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    TreeMapFont
    LeafItemSettingsLabelStyleLeafItemSettings
    LegendSettingsTextStyleLegendSettings
    LegendSettingsTitleStyleLegendSettings
    SubTitleSettingsTextStyleSubtitleSettings
    TitleSettingsTextStyleTitleSettings
    TooltipSettingsTextStyleTooltipSettings
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapFont : EJTagHelper

    Constructors

    TreeMapFont()

    Declaration
    public TreeMapFont()

    Properties

    Color

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

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

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    FontFamily

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

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

    The default value is ""

    FontStyle

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

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

    The default value is "Normal"

    FontWeight

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

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

    The default value is null

    Opacity

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

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

    The default value is 1

    Size

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

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

    The default value is null

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