ImageEditToEditModeBehavior Properties
Switches the associated ImageEdit to edit mode.| Name | Description |
|---|---|
| ActualEditMenuItems | Gets or sets an actual collection of items displayed in the ImageEdit edit menu. |
| CropCommand | Gets the command that crops the image to the specified rectangle. |
| EditMenuItems | Gets or sets a collection of items displayed in the ImageEdit edit menu. |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
| HasChanges | Gets whether the image was modified. This is a dependency property. |
| MaxZoomFactor | Gets or sets the maximum scale factor to which users can zoom in the image. This is a dependency property. |
| MinZoomFactor | Gets or sets the minimum scale factor to which users can zoom out the image. This is a dependency property. |
| MirrorHorizontallyCommand | Gets the command that mirrors the image horizontally. |
| MirrorVerticallyCommand | Gets the command that mirrors the image vertically. |
| PanCommand | Gets the command that moves the image in the specified direction. |
| RedoCommand | Gets the command that applies the previously discarded modification. |
| RotateCommand | Gets the command that rotates the image by the specified angle (multiples of 90 only). |
| StartCropCommand | Gets the command that displays the crop UI. |
| UndoCommand | Gets the command that discards the previous modification. |
| ZoomCommand | Gets the command that zooms the image by the specified scale factor. |
See Also