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

NameBackColor Property (AnnObject)






Gets or sets the color used to fill the background of the name of this AnnObject.
Syntax
public virtual Color NameBackColor {get; set;}
'Declaration
 
Public Overridable Property NameBackColor As Color
'Usage
 
Dim instance As AnnObject
Dim value As Color
 
instance.NameBackColor = value
 
value = instance.NameBackColor
public virtual Color NameBackColor {get; set;}
 get_NameBackColor();
set_NameBackColor(value);
public:
virtual property Color NameBackColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color structure that represents the color used to fill the background of the name of this AnnObject.
Remarks
For more information, refer to Annotation Object Names.
Example
For an example, refer to NameOffset.
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

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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