LEADTOOLS Annotations (Leadtools.Annotations assembly)

HiliteColor Property

Show in webframe





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

See Also

Reference

AnnHiliteObject Class
AnnHiliteObject Members

 

 


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