Visual Basic (Declaration) | |
---|---|
Public Overridable Property TextColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual Color TextColor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property virtual Color get_TextColor(); public: __property virtual void set_TextColor( Color value ); |
Return Value
The text Color structure associated with this AnnDrawable object.For an example, refer to AnnDrawable.
If this AnnDrawable does not support fonts (SupportsFont value is false), this property will always return the default black color.
If this AnnDrawable does not support fonts (SupportsFont value is false), setting this property to any value will be ignored.
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