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

NameForeColor Property (AnnGroupObject)






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

Property Value

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