Back to Devexpress

ImageEditToEditModeBehavior.RotateCommand Property

wpf-devexpress-dot-xpf-dot-editors-dot-imageedittoeditmodebehavior-674493eb.md

latest1.2 KB
Original Source

ImageEditToEditModeBehavior.RotateCommand Property

Gets the command that rotates the image by the specified angle (multiples of 90 only).

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
ICommand

The command that rotates the image by the specified angle.

|

See Also

ImageEditToEditModeBehavior Class

ImageEditToEditModeBehavior Members

DevExpress.Xpf.Editors Namespace