Leadtools.Annotations Namespace > AnnDrawable Class : TextColor Property |
public virtual Color TextColor {get; set;}
'Declaration Public Overridable Property TextColor As Color
'Usage Dim instance As AnnDrawable Dim value As Color instance.TextColor = value value = instance.TextColor
public virtual Color TextColor {get; set;}
get_TextColor();
set_TextColor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2