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

Show in webframe

Type Property (RippleCommand)








Gets or sets a flag that indicates how to handle exposed areas.
Syntax
public RippleCommandType Type {get; set;}
'Declaration
 
Public Property Type As RippleCommandType
'Usage
 
Dim instance As RippleCommand
Dim value As RippleCommandType
 
instance.Type = value
 
value = instance.Type
public RippleCommandType Type {get; set;}

            

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

Property Value

Value that indicates how to handle exposed areas.
Example
Refer to RippleCommand.
Requirements

Target Platforms

See Also

Reference

RippleCommand Class
RippleCommand Members

Error processing SSI file