GoXam for WPF v3
UpdateAdornments Method (RotatingTool)
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
>
RotatingTool Class
: UpdateAdornments Method
The diagram asks each tool to update any adornments the tool might use for a given part.
Syntax
C#
public
override
void
UpdateAdornments(
Part
part
)
Parameters
part
Remarks
If the tool uses its own tool handles (
Northwoods.GoXam.Adornment
s), this should display them or hide them as appropriate. Typically this should only show them if the part is selected.
See Also
Reference
RotatingTool Class
RotatingTool Members