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

Show in webframe

Type Property (ShadowCommand)








Gets or sets a value that represents the type of the shadow.
Syntax
public ShadowCommandType Type {get; set;}
'Declaration
 
Public Property Type As ShadowCommandType
'Usage
 
Dim instance As ShadowCommand
Dim value As ShadowCommandType
 
instance.Type = value
 
value = instance.Type
public ShadowCommandType Type {get; set;}

            

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

Property Value

Type of the shadow.
Example
Refer to ShadowCommand.
Requirements

Target Platforms

See Also

Reference

ShadowCommand Class
ShadowCommand Members

Error processing SSI file