Gets or sets a fixed scale factor to be used when FitAll is disabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double ScaleFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleFactor As Double |
A double value specifying the scale as percentage of diagram's size. The default is 30.
RemarksWhen ScaleMode is set to CombinedScales, this factor is multipled by diagram view's own ZoomFactor to get the final scale.
See Also