menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapSubTitleSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    TreeMapSubTitleSettings
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapSubTitleSettings : EJTagHelper

    Constructors

    TreeMapSubTitleSettings()

    Declaration
    public TreeMapSubTitleSettings()

    Properties

    Alignment

    Sets and gets the alignment of the subtitle text in the treemap.

    Declaration
    public Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    The default value is Syncfusion.EJ2.TreeMap.Alignment.Center

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Description

    Define the description of the title for the accessibility in the treemap.

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

    The default value is ""

    Text

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

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

    The default value is ""

    TextStyle

    Sets and gets the options to customize the text style for the subtitle in the treemap.

    Declaration
    public TreeMapFont TextStyle { get; set; }
    Property Value
    Type Description
    TreeMapFont

    The default value is null

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