Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

TextColor Property (AnnDrawable)






Gets or sets the text System.Drawing.Color structure associated with this AnnDrawable object.
Syntax
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 property Color TextColor {
   Color get();
   void set (    Color value);
}

Property Value

The text System.Drawing.Color structure associated with this AnnDrawable object.
Remarks

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.

Example
For an example, refer to AnnDrawable.
Requirements

Target Platforms

See Also

Reference

AnnDrawable Class
AnnDrawable Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)