Class BarcodeGeneratorMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BarcodeGeneratorMarginBuilder
Namespace: Syncfusion.EJ2.BarcodeGenerator
Assembly: Syncfusion.EJ2.dll
Syntax
public class BarcodeGeneratorMarginBuilder : ControlBuilder
Constructors
BarcodeGeneratorMarginBuilder()
Declaration
public BarcodeGeneratorMarginBuilder()
BarcodeGeneratorMarginBuilder(BarcodeGeneratorMargin)
Declaration
public BarcodeGeneratorMarginBuilder(BarcodeGeneratorMargin model)
Parameters
Type | Name | Description |
---|---|---|
BarcodeGeneratorMargin | model |
Methods
Bottom(Double)
Sets the space to be left from the bottom side of the immediate parent of an element
Declaration
public BarcodeGeneratorMarginBuilder Bottom(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Left(Double)
Sets the space to be left from the left side of the immediate parent of an element
Declaration
public BarcodeGeneratorMarginBuilder Left(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Right(Double)
Sets the space to be left from the right side of the immediate parent of an element
Declaration
public BarcodeGeneratorMarginBuilder Right(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Top(Double)
Sets the space to be left from the top side of the immediate parent of an element
Declaration
public BarcodeGeneratorMarginBuilder Top(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |