←Select platform

BackColor Property

Summary
Gets or sets the text background color.
Syntax
C#
VB
C++
Java
public RasterColor BackColor { get; set; } 
Public Property BackColor As RasterColor 
public RasterColor getBackColor() 
public void setBackColor(RasterColor backColor) 
public: 
property RasterColor BackColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The text background color.

Remarks

Background is the color used to fill the resulting image before rendering the text on top of it.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.