Visual Basic (Declaration) | |
---|---|
Public Property FontColor As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColor FontColor {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor FontColor { RasterColor get(); void set (RasterColor value); } |
Return Value
The text font color.For an example, refer to CodecsTxtOptions.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family