Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : BackColor Property |
public RasterColor BackColor {get; set;}
'Declaration
Public Property BackColor As RasterColor
'Usage
Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value As RasterColor instance.BackColor = value value = instance.BackColor
public RasterColor BackColor {get; set;}
<br/>get_BackColor();<br/>set_BackColor(value);<br/>Object.defineProperty('BackColor_WinRT');
public: property RasterColor BackColor { RasterColor get(); void set ( RasterColor value); }
For an example, refer to ForeColor.