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.Deprecated Namespace > BarcodeColor Class : BarColor Property |
public RasterColor BarColor {get; set;}
'Declaration
Public Property BarColor As RasterColor
'Usage
Dim instance As BarcodeColor Dim value As RasterColor instance.BarColor = value value = instance.BarColor
public RasterColor BarColor {get; set;}
<br/>get_BarColor();<br/>set_BarColor(value);<br/>Object.defineProperty('BarColor');
public: property RasterColor BarColor { RasterColor get(); void set ( RasterColor value); }