Gets or sets the scale factor for the generated image.
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 double value that specifies the scale factor for the generated diagram image. The default is 100 (indicating no scale transformation).
See Also