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 > ResizeRegionCommand Class : Type Property |
public ResizeRegionCommandType Type {get; set;}
'Declaration
Public Property Type As ResizeRegionCommandType
'Usage
Dim instance As ResizeRegionCommand Dim value As ResizeRegionCommandType instance.Type = value value = instance.Type
public ResizeRegionCommandType Type {get; set;}
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public: property ResizeRegionCommandType Type { ResizeRegionCommandType get(); void set ( ResizeRegionCommandType value); }