Back to Devexpress

ImageEditToEditModeBehavior.CropCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-imageedittoeditmodebehavior-167a9002.md

latest1.1 KB
Original Source

ImageEditToEditModeBehavior.CropCommand Property

Gets the command that crops the image to the specified rectangle.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
ICommand

The command that crops the image to the specified rectangle.

|

See Also

ImageEditToEditModeBehavior Class

ImageEditToEditModeBehavior Members

DevExpress.Xpf.Editors Namespace