LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

HighLightColor Property

Show in webframe







Gets or sets the highlight color.
Syntax
public RasterColor HighLightColor {get; set;}
'Declaration
 
Public Property HighLightColor As RasterColor
'Usage
 
Dim instance As ColoredBallsCommand
Dim value As RasterColor
 
instance.HighLightColor = value
 
value = instance.HighLightColor
public RasterColor HighLightColor {get; set;}

            

            
 
get_HighLightColor();
set_HighLightColor(value);
Object.defineProperty('HighLightColor');
public:
property RasterColor HighLightColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The highlight color.
Example
Refer to ColoredBallsCommand example.
Requirements

Target Platforms

See Also

Reference

ColoredBallsCommand Class
ColoredBallsCommand Members

 

 


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