ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsMarginBuilder

    Show / Hide Table of Contents

    Class MapsMarginBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsMarginBuilder
    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.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsMarginBuilder : ControlBuilder

    Constructors

    MapsMarginBuilder()

    Declaration
    public MapsMarginBuilder()

    MapsMarginBuilder(MapsMargin)

    Declaration
    public MapsMarginBuilder(MapsMargin model)
    Parameters
    Type Name Description
    MapsMargin model

    Methods

    Bottom(Double)

    Sets and gets the bottom margin for maps.

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

    Left(Double)

    Sets and gets the left margin for maps.

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

    Right(Double)

    Sets and gets the right margin for maps.

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

    Top(Double)

    Sets and gets the top margin for maps.

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