A newer version of this page is available.
Switch to the current version.
DocumentViewerControl.SetZoomFactorCommand Property
Returns a command that changes a zoom factor of a displayed document to a specified value.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll
Declaration
public ICommand SetZoomFactorCommand { get; }
Public ReadOnly Property SetZoomFactorCommand As ICommand
Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface that defines the command. |
See Also
Feedback