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. |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
CropCommand | Gets the command that crops the image to the specified rectangle. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
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. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
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