LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BackColor Property (CloudsCommand)

Show in webframe







Gets or sets a value that represents the fill color for the areas outside the cloud.
Syntax
public RasterColor BackColor {get; set;}
'Declaration
 
Public Property BackColor As RasterColor
'Usage
 
Dim instance As CloudsCommand
Dim value As RasterColor
 
instance.BackColor = value
 
value = instance.BackColor
public RasterColor BackColor {get; set;}

            

            
 
get_BackColor();
set_BackColor(value);
Object.defineProperty('BackColor');
public:
property RasterColor BackColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Represents the fill color for the areas outside the cloud.
Example
Refer to CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

 

 


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