DiagramLite Programmer's Guide
Overview.ScaleFactor Property
See Also
 





Gets or sets a fixed scale factor to be used when FitAll is disabled.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double ScaleFactor { get; set; }

Visual Basic  Copy Code

Public Property ScaleFactor As Double

 Property Value

A double value specifying the scale as percent of actual output. The default is 30.

 Remarks

This factor is combined with the diagram's own ZoomFactor to get the final scale.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming Namespace