Back to Devexpress

ImageEditToEditModeBehavior.ZoomCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-imageedittoeditmodebehavior-ac8200eb.md

latest1.4 KB
Original Source

ImageEditToEditModeBehavior.ZoomCommand Property

Gets the command that zooms the image by the specified scale factor.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand ZoomCommand { get; }
vb
Public ReadOnly Property ZoomCommand As ICommand

Property Value

TypeDescription
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

ImageEditToEditModeBehavior Class

ImageEditToEditModeBehavior Members

DevExpress.Xpf.Editors Namespace