Leadtools.Workflow.Barcode Namespace > BarcodeWriteQr Class : Justify Property |
public BarcodeJustifyFlags Justify {get; set;}
'Declaration Public Property Justify As BarcodeJustifyFlags
'Usage Dim instance As BarcodeWriteQr Dim value As BarcodeJustifyFlags instance.Justify = value value = instance.Justify
public: property BarcodeJustifyFlags Justify { BarcodeJustifyFlags get(); void set ( BarcodeJustifyFlags value); }