Visual Basic (Declaration) | |
---|---|
Public Overridable Property TextColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual Color TextColor {get; set;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family