LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

TextColorXml Property






Used internally by the LEADTOOLS framework.
Syntax
public string TextColorXml {get; set;}
'Declaration
 
Public Property TextColorXml As String
'Usage
 
Dim instance As AnnDrawable
Dim value As String
 
instance.TextColorXml = value
 
value = instance.TextColorXml
public string TextColorXml {get; set;}
 get_TextColorXml();
set_TextColorXml(value);
public:
property String^ TextColorXml {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the System.Drawing.Color associated with this AnnDrawable object.
Requirements

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

See Also

Reference

AnnDrawable Class
AnnDrawable Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.