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 TreeMapBorderBuilder

    Show / Hide Table of Contents

    Class TreeMapBorderBuilder

    Inheritance
    System.Object
    ControlBuilder
    TreeMapBorderBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    TreeMapBorderBuilder

    Width(Double)

    Defines the width of the border in the treemap component.

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