GoXam for WPF v3
DoResize Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
ResizingTool Class
: DoResize Method
Change the
AdornedElement
's
Width
and/or
Height
, and perhaps the
AdornedNode
's
Northwoods.GoXam.Node.Location
, given a new rectangular bounds for the adorned element.
Syntax
C#
protected
virtual
void
DoResize(
Rect
newr
)
Parameters
newr
Remarks
This is called within a "Resize" transaction.
See Also
Reference
ResizingTool Class
ResizingTool Members