Gets or sets the scale of the print output relatively to the original on-screen size of the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double Scale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Scale As Double |
A float value specifying the scale factor of the print output.
See Also