LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Type Property (ShadowCommand)

Show in webframe







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

 

 


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