GoXam for WPF v3
InitialScale Property
Northwoods.GoXam Namespace > Diagram Class : InitialScale Property
Gets or sets the initial value for this diagram's Panel's Scale property.
Syntax
[Category("Layout")]
public double InitialScale {get; set;}

Property Value

The default value is Double.NaN, which does not change the initial value of the panel's scale. Any new value should not be negative or zero.
Remarks
This property only has an effect on the initial diagram shown if the InitialStretch property has its default value of StretchPolicy.Unstretched.
See Also

Reference

Diagram Class
Diagram Members