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