ASP.NET Core - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapHighlightSettings

    Show / Hide Table of Contents

    Class TreeMapHighlightSettings

    Inheritance
    System.Object
    EJTagHelper
    TreeMapHighlightSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapHighlightSettings : EJTagHelper

    Constructors

    TreeMapHighlightSettings()

    Declaration
    public TreeMapHighlightSettings()

    Properties

    Border

    Sets and gets the options for customizing the color and width of the border of the highlighted item in the treemap component.

    Declaration
    public TreeMapBorder Border { get; set; }
    Property Value
    Type Description
    TreeMapBorder

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Enable

    Enables or disables the highlight functionality of the treemap component.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Fill

    Sets and gets the highlight color of the treemap component.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Mode

    Sets and gets the element in which highlight must be done in the treemap component.

    Declaration
    public HighLightMode Mode { get; set; }
    Property Value
    Type Description
    HighLightMode

    Opacity

    Sets and gets the opacity of the treemap component.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved