Gets or sets a value indicating whether to abort the resize operation.
![.NET support](../resources/images/dotnet.png)
![Silverlight support](../resources/images/silverlight.png)
public bool Cancel {get; set;}
'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As RasterImageResizeEventArgs
Dim value As Boolean
instance.Cancel = value
value = instance.Cancel
public bool Cancel {get; set;}
<br/>get_Cancel();<br/>set_Cancel(value);<br/>Object.defineProperty('Cancel');
public:
property bool Cancel {
bool get();
void set ( bool value);
}
Property Value
true to abort the resize operation, false to continue.