A newer version of this page is available.
Switch to the current version.
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.v19.2.Core.dll
Declaration
public ICommand CounterClockwiseRotateCommand { get; }
Public ReadOnly Property CounterClockwiseRotateCommand As ICommand
Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface, that defines the command. |
See Also
Feedback