ImageEditToEditModeBehavior.ZoomCommand Property
Gets the command that zooms the image by the specified scale factor.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.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