Class QRCodeGeneratorMarginBuilder
Inherited Members
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.BarcodeGenerator
Assembly: Syncfusion.EJ2.dll
Syntax
public class QRCodeGeneratorMarginBuilder : ControlBuilder
Constructors
QRCodeGeneratorMarginBuilder()
Declaration
public QRCodeGeneratorMarginBuilder()
QRCodeGeneratorMarginBuilder(QRCodeGeneratorMargin)
Declaration
public QRCodeGeneratorMarginBuilder(QRCodeGeneratorMargin model)
Parameters
Type | Name | Description |
---|---|---|
QRCodeGeneratorMargin | model |
Methods
Bottom(Double)
Sets the space to be left from the bottom side of the immediate parent of an element
Declaration
public QRCodeGeneratorMarginBuilder Bottom(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
QRCodeGeneratorMarginBuilder |
Left(Double)
Sets the space to be left from the left side of the immediate parent of an element
Declaration
public QRCodeGeneratorMarginBuilder Left(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
QRCodeGeneratorMarginBuilder |
Right(Double)
Sets the space to be left from the right side of the immediate parent of an element
Declaration
public QRCodeGeneratorMarginBuilder Right(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
QRCodeGeneratorMarginBuilder |
Top(Double)
Sets the space to be left from the top side of the immediate parent of an element
Declaration
public QRCodeGeneratorMarginBuilder Top(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
QRCodeGeneratorMarginBuilder |