Silverlight SDK for Microsoft Bing
AutoScale Property
OverviewSystem.Windows.ControlsResourceControlAutoScale
Gets/Sets a boolean value indicating whether to automatically scale the visual to the dimensions of the ResourceControl itself.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoScale { get; set; }
Public Property AutoScale As Boolean
public:
property bool AutoScale {
	bool get ();
	void set (bool value);
}

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)