LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BackGroundColor Property

Show in webframe







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

            

            
 
get_BackGroundColor();
set_BackGroundColor(value);
Object.defineProperty('BackGroundColor');
public:
property RasterColor BackGroundColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The background 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.