GoXam for WPF v3
UpdateAdornments Method (ResizingTool)
Northwoods.GoXam.Tool Namespace > ResizingTool Class : UpdateAdornments Method
The diagram asks each tool to update any adornments the tool might use for a given part.
Syntax
public override void UpdateAdornments( 
   Part part
)

Parameters

part
Remarks
If the tool uses its own tool handles (Northwoods.GoXam.Adornments), this should display them or hide them as appropriate. Typically this should only show them if the part is selected.
See Also

Reference

ResizingTool Class
ResizingTool Members