Back to Devexpress

DocumentViewerControl.CounterClockwiseRotateCommand Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-d2fbc558.md

latest1.4 KB
Original Source

DocumentViewerControl.CounterClockwiseRotateCommand Property

Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

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

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface, that defines the command.

|

See Also

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace