System.Windows.Automation.TransformPattern.Resize C# (CSharp) Method

Resize() public method

public Resize ( double width, double height ) : void
width double
height double
return void
		public void Resize (double width, double height)
		{
			Source.Resize (width, height);
		}