Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)