public bool Cancel {get; set;}
'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As RasterCommandProgressEventArgs
Dim value As Boolean
instance.Cancel = value
value = instance.Cancel
public bool Cancel {get; set;}
@property (nonatomic, assign) BOOL cancel;
public boolean getCancel()
public void setCancel(boolean value)
<br/>get_Cancel();<br/>set_Cancel(value);<br/>Object.defineProperty('Cancel');
public:
property bool Cancel {
bool get();
void set ( bool value);
}
Property Value
true if the image processing command should be canceled; false to continue normally.