Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > OffsetCommand Class : Type Property |
public OffsetCommandType Type {get; set;}
'Declaration
Public Property Type As OffsetCommandType
'Usage
Dim instance As OffsetCommand Dim value As OffsetCommandType instance.Type = value value = instance.Type
public OffsetCommandType Type {get; set;}
@property (nonatomic, assign) LTOffsetCommandType type
public OffsetCommandType getType() public void setType(OffsetCommandType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public: property OffsetCommandType Type { OffsetCommandType get(); void set ( OffsetCommandType value); }