Northwoods.GoSilverlight 1.2.2 Assembly
InitialScale Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : InitialScale Property

Gets or sets the initial value for this diagram's Diagram.Panel's DiagramPanel.Scale property.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
Public Property InitialScale As Double
C# 
[CategoryAttribute("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.

Requirements

See Also

© 2010 All Rights Reserved.