←Select platform

Type Property

Summary

Gets or sets a value that indicates the operation to perform.

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

Property Value

Value that indicates the operation to perform.

Example

Refer to AddCommand.

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.Color Assembly