Back to Devexpress

ImageEditToEditModeBehavior Properties

wpf-devexpress-dot-xpf-dot-editors-dot-imageedittoeditmodebehavior-dot-underscore-properties.md

latest5.2 KB
Original Source

ImageEditToEditModeBehavior Properties

Switches the associated ImageEdit to edit mode.

NameDescription
ActualEditMenuItemsGets or sets an actual collection of items displayed in the ImageEdit edit menu.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CropCommandGets the command that crops the image to the specified rectangle.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EditMenuItemsGets or sets a collection of items displayed in the ImageEdit edit menu.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
HasChangesGets whether the image was modified. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MaxZoomFactorGets or sets the maximum scale factor to which users can zoom in the image. This is a dependency property.
MinZoomFactorGets or sets the minimum scale factor to which users can zoom out the image. This is a dependency property.
MirrorHorizontallyCommandGets the command that mirrors the image horizontally.
MirrorVerticallyCommandGets the command that mirrors the image vertically.
PanCommandGets the command that moves the image in the specified direction.
RedoCommandGets the command that applies the previously discarded modification.
RotateCommandGets the command that rotates the image by the specified angle (multiples of 90 only).
StartCropCommandGets the command that displays the crop UI.
UndoCommandGets the command that discards the previous modification.
ZoomCommandGets the command that zooms the image by the specified scale factor.

See Also

ImageEditToEditModeBehavior Class

ImageEditToEditModeBehavior Members

DevExpress.Xpf.Editors Namespace