←Select platform

Type Property

Summary

Gets or sets a flag that indicates the type of operation.

Syntax
C#
VB
Objective-C
C++
Java
public UserFilterCommandType Type { get; set; } 
Public Property Type As UserFilterCommandType 
@property (nonatomic, assign) LTUserFilterCommandType type 
public UserFilterCommandType getType() 
public void setType(UserFilterCommandType value) 
public: 
property UserFilterCommandType Type { 
   UserFilterCommandType get(); 
   void set (    UserFilterCommandType ); 
} 

Property Value

Flag that indicates the type of operation.

Example

Refer to UserFilterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly