Gets or sets the default text color used when calling
ToAnnObject.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TextColor As Color |
C# | |
---|
public Color TextColor {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Color get_TextColor();
public: __property void set_TextColor(
Color value
); |
Return Value
The default text color used when calling
ToAnnObject.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also