menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SymbolPaletteMarginBuilder

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

    Constructors

    SymbolPaletteMarginBuilder()

    Declaration
    public SymbolPaletteMarginBuilder()

    SymbolPaletteMarginBuilder(SymbolPaletteMargin)

    Declaration
    public SymbolPaletteMarginBuilder(SymbolPaletteMargin model)
    Parameters
    Type Name Description
    SymbolPaletteMargin model

    Methods

    Bottom(Double)

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

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

    Left(Double)

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

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

    Right(Double)

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

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

    Top(Double)

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

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