Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : BackColor Property |
public RasterColor BackColor {get; set;}
'Declaration
Public Property BackColor As RasterColor
'Usage
Dim instance As CodecsTxtLoadOptions Dim value As RasterColor instance.BackColor = value value = instance.BackColor
public RasterColor BackColor {get; set;}
public RasterColor getBackColor() public void setBackColor(RasterColor backColor)
<br/>get_BackColor();<br/>set_BackColor(value);<br/>Object.defineProperty('BackColor');
public: property RasterColor BackColor { RasterColor get(); void set ( RasterColor value); }
Background is the color used to fill the resulting image before rendering the text on top of it.