Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
xamDiagram - Replay-Only Actions
Topic Overview
Purpose
This topic provides information about replay-only actions for testing the XamDiagram ™ control.
In this topic
This topic contains the following sections:
XamDiagram Replay-only Actions
CopySelectionTo
Description
Copy the currently selected diagram items to the supplied location.
Parameters
The following table summarizes the action parameters followed by code examples where applicable.
Parameter |
Description |
|
A double value representing the X location.
|
|
A double value representing the Y location.
|
Possible exceptions
No DiagramItems are currently selected.
MoveSelectionTo
Description
Move the currently selected diagram items to the supplied location.
Parameters
The following table summarizes the action parameters followed by code examples where applicable.
Parameter |
Description |
|
A double value representing the X location.
|
|
A double value representing the Y location.
|
Possible exceptions
No DiagramItems are currently selected.
Related Content
Topics
The following topics provide additional information related to this topic.
Topic |
Purpose |
|
This topic provides information about the recordable user actions for testing the XamDiagram™ control.
|
|
This topic provides reference information about the XamDiagram™ control’s test object properties.
|
|
This topic provides reference material on the common enumerations used for testing the XamDiagram™ control.
|