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 TreeMapMarginBuilder

    Show / Hide Table of Contents

    Class TreeMapMarginBuilder

    Inheritance
    System.Object
    ControlBuilder
    TreeMapMarginBuilder
    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 TreeMapMarginBuilder : ControlBuilder

    Constructors

    TreeMapMarginBuilder()

    Declaration
    public TreeMapMarginBuilder()

    TreeMapMarginBuilder(TreeMapMargin)

    Declaration
    public TreeMapMarginBuilder(TreeMapMargin model)
    Parameters
    Type Name Description
    TreeMapMargin model

    Methods

    Bottom(Double)

    Sets and gets the bottom margin for the treemap component.

    Declaration
    public TreeMapMarginBuilder Bottom(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapMarginBuilder

    Left(Double)

    Sets and gets the left margin for the treemap component.

    Declaration
    public TreeMapMarginBuilder Left(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapMarginBuilder

    Right(Double)

    Sets and gets the right margin for the treemap component.

    Declaration
    public TreeMapMarginBuilder Right(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    TreeMapMarginBuilder

    Top(Double)

    Sets and gets the top margin for the treemap component.

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