ImageEditToEditModeBehavior Properties
Switches the associated ImageEdit to edit mode.
Name | Description |
---|---|
Actual |
Gets or sets an actual collection of items displayed in the Image |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Crop |
Gets the command that crops the image to the specified rectangle. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Edit |
Gets or sets a collection of items displayed in the Image |
Has |
Gets a value that indicates whether one or more Animation |
Has |
Gets whether the image was modified. This is a dependency property. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Max |
Gets or sets the maximum scale factor to which users can zoom in the image. This is a dependency property. |
Min |
Gets or sets the minimum scale factor to which users can zoom out the image. This is a dependency property. |
Mirror |
Gets the command that mirrors the image horizontally. |
Mirror |
Gets the command that mirrors the image vertically. |
Pan |
Gets the command that moves the image in the specified direction. |
Redo |
Gets the command that applies the previously discarded modification. |
Rotate |
Gets the command that rotates the image by the specified angle (multiples of 90 only). |
Start |
Gets the command that displays the crop UI. |
Undo |
Gets the command that discards the previous modification. |
Zoom |
Gets the command that zooms the image by the specified scale factor. |
See Also