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

Show in webframe

Type Property (CloudsCommand)








Specifies how to apply the clouds effect.
Syntax
public CloudsCommandType Type {get; set;}
'Declaration
 
Public Property Type As CloudsCommandType
'Usage
 
Dim instance As CloudsCommand
Dim value As CloudsCommandType
 
instance.Type = value
 
value = instance.Type
public CloudsCommandType Type {get; set;}

            

            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property CloudsCommandType Type {
   CloudsCommandType get();
   void set (    CloudsCommandType value);
}

Property Value

A CloudsCommandType enumeration value that specifies how to apply the clouds effect.
Example
Refer to the CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

Error processing SSI file