Back to Devexpress

DocumentViewerControl.SetZoomFactorCommand Property

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

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public ICommand SetZoomFactorCommand { get; }
vb
Public ReadOnly Property SetZoomFactorCommand 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