Version

Resize Method

Resizes the item.
Syntax
'Declaration
 
Sub Resize( _
   ByVal resizableItem As FrameworkElement, _
   ByVal resizeInXAxis As Boolean, _
   ByVal delta As Double _
) 
void Resize( 
   FrameworkElement resizableItem,
   bool resizeInXAxis,
   double delta
)

Parameters

resizableItem
The item that contains the ResizeContext
resizeInXAxis
True to resize the width and false to resize the height.
delta
The resize delta in device-independent units (1/96th inch per unit).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also