Gets or sets a fixed scale factor to be used when FitAll is disabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
When ScaleMode is set to CombinedScales, this factor is multipled by diagram view's own ZoomFactor to get the final scale.
WpfDiagram Programmer's Guide | © 2024 MindFusion |