Handles border information that will be removed.
Supported in Silverlight, Windows Phone 7
Syntax
Event Data
The event handler receives an argument of type BorderRemoveCommandEventArgs containing data related to this event. The following BorderRemoveCommandEventArgs properties provide information specific to this event.
Property | Description |
---|
Border | (Read only) Gets a flag that indicates which border is being processed. Supported in Silverlight, Windows Phone 7 |
BoundingRectangle | (Read only) Gets a Leadtools.LeadRect structure that contains the bounding rectangle of the border being processed. Supported in Silverlight, Windows Phone 7 |
Image | (Read only) Gets the RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7 |
Region | (Read only) Gets the LEADTOOLS Leadtools.RasterRegion representing the border to be removed. Supported in Silverlight, Windows Phone 7 |
Status | Gets or sets the status of the border remove process. Supported in Silverlight, Windows Phone 7 |
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also