Gets or sets the scale factor for the generated image.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float Scale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Scale As Single |
A float value that specifies the scale factor for the generated diagram image. The default is 100 (indicating no scale transformation).
See Also