Visual Basic (Declaration) | |
---|---|
Public Property Highlight As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColor Highlight {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor Highlight { RasterColor get(); void set (RasterColor value); } |
Return Value
The text highlight color.For an example, refer to CodecsTxtOptions.
Highlight is the color used as background for the text paragraphs found in the file. If you do not want to show the highlight color, set its value to the same as FontColor or BackColor.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family