LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Type Property (UserFilterCommand)

Show in webframe







Gets or sets a flag that indicates the type of operation.
Syntax
public UserFilterCommandType Type {get; set;}
'Declaration
 
Public Property Type As UserFilterCommandType
'Usage
 
Dim instance As UserFilterCommand
Dim value As UserFilterCommandType
 
instance.Type = value
 
value = instance.Type
public UserFilterCommandType Type {get; set;}
@property (nonatomic, assign) LTUserFilterCommandType type;
public UserFilterCommandType getType()
public void setType(UserFilterCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property UserFilterCommandType Type {
   UserFilterCommandType get();
   void set (    UserFilterCommandType value);
}

Property Value

Flag that indicates the type of operation.
Example
Refer to UserFilterCommand.
Requirements

Target Platforms

See Also

Reference

UserFilterCommand Class
UserFilterCommand Members

 

 


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