menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeMapBorderBuilder

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

    Constructors

    TreeMapBorderBuilder()

    Declaration
    public TreeMapBorderBuilder()

    TreeMapBorderBuilder(TreeMapBorder)

    Declaration
    public TreeMapBorderBuilder(TreeMapBorder model)
    Parameters
    Type Name Description
    TreeMapBorder model

    Methods

    Color(String)

    Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.

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

    Width(Double)

    Defines the width of the border in the treemap.

    Declaration
    public TreeMapBorderBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    TreeMapBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved