Back to Devexpress

DiagramCommands.FitToPage Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-41f62255.md

latest1.1 KB
Original Source

DiagramCommands.FitToPage Property

Gets the command that sets the diagram zoom factor value to fit all pages with content within the canvas.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand

An object implementing the System.Windows.Input.ICommand interface.

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace