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

NameBackColor Property (AnnGroupObject)






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

Property Value

A System.Drawing.Color structure that represents the color used to fill the background of the name of this AnnGroupObject object.
Remarks
This AnnGroupObject object will set the AnnObject.NameBackColor property for each object in the group. For more information, refer to AnnObject.NameBackColor.
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

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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