Gets the command that changes the page size to fit the diagram contents.
Namespace:DevExpress.Xpf.Diagram
Assembly:DevExpress.Xpf.Diagram.v18.1.dll

Syntax
C# |
public ICommand FitToDrawing { get; }
|
VB |
Public ReadOnly Property FitToDrawing As ICommand
|
Property value
Type: ICommand
An object implementing the System.Windows.Input.ICommand interface.

See Also