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
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.