LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ShadingColor Property

Show in webframe







Gets or sets the shade (or gradient) color.
Syntax
public RasterColor ShadingColor {get; set;}
'Declaration
 
Public Property ShadingColor As RasterColor
'Usage
 
Dim instance As ColoredBallsCommand
Dim value As RasterColor
 
instance.ShadingColor = value
 
value = instance.ShadingColor
public RasterColor ShadingColor {get; set;}

            

            
 
get_ShadingColor();
set_ShadingColor(value);
Object.defineProperty('ShadingColor');
public:
property RasterColor ShadingColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The shade (or gradient) 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.