LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameForeColor Property (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.