ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataMatrixGeneratorMarginBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataMatrixGeneratorMarginBuilder

    Inheritance
    System.Object
    ControlBuilder
    DataMatrixGeneratorMarginBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.BarcodeGenerator
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DataMatrixGeneratorMarginBuilder : ControlBuilder

    Constructors

    DataMatrixGeneratorMarginBuilder()

    Declaration
    public DataMatrixGeneratorMarginBuilder()

    DataMatrixGeneratorMarginBuilder(DataMatrixGeneratorMargin)

    Declaration
    public DataMatrixGeneratorMarginBuilder(DataMatrixGeneratorMargin model)
    Parameters
    Type Name Description
    DataMatrixGeneratorMargin model

    Methods

    Bottom(Double)

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

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

    Left(Double)

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

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

    Right(Double)

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

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

    Top(Double)

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

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