ImageEditToEditModeBehavior.ZoomCommand Property
In This Article
Gets the command that zooms the image by the specified scale factor.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | The command that zooms the image by the specified scale factor. |
#Remarks
MaxZoomFactor and MinZoomFactor properties specify the maximum/minimum scale factor to which users can zoom the image.
See Also