Visual Basic (Declaration) | |
---|---|
Public Property Highlight As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsTxtLoadOptions Dim value As RasterColor instance.Highlight = value value = instance.Highlight |
C# | |
---|---|
public RasterColor Highlight {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor Highlight { RasterColor get(); void set ( RasterColor value); } |
Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)