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

HiliteColor Property






Gets or sets a value indicating the color to be used to fill this AnnHiliteObject
Syntax
public virtual Color HiliteColor {get; set;}
'Declaration
 
Public Overridable Property HiliteColor As Color
'Usage
 
Dim instance As AnnHiliteObject
Dim value As Color
 
instance.HiliteColor = value
 
value = instance.HiliteColor
public virtual Color HiliteColor {get; set;}
 get_HiliteColor();
set_HiliteColor(value);
public:
virtual property Color HiliteColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value indicating the color to be used to fill this AnnHiliteObject.
Example
For an example, refer to AnnHiliteObject.
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

AnnHiliteObject Class
AnnHiliteObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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