menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramMarginBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramMarginBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramMarginBuilder : ControlBuilder

    Constructors

    DiagramMarginBuilder()

    Declaration
    public DiagramMarginBuilder()

    DiagramMarginBuilder(DiagramMargin)

    Declaration
    public DiagramMarginBuilder(DiagramMargin model)
    Parameters
    Type Name Description
    DiagramMargin model

    Methods

    Bottom(Double)

    Sets the space to be left from the bottom side of the immediate parent of an element

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

    Left(Double)

    Sets the space to be left from the left side of the immediate parent of an element

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

    Right(Double)

    Sets the space to be left from the right side of the immediate parent of an element

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

    Top(Double)

    Sets the space to be left from the top side of the immediate parent of an element

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