Gets or sets a fixed scale factor to be used when FitAll is disabled.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public float ScaleFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleFactor As Single |
A float value specifying the scale as percent of actual output. The default is 30.
RemarksThis factor is combined with the view's own ZoomFactor to get the final scale.
See Also