Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

HighLightColor Property








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

Error processing SSI file