Version

xamDiagram - Enumerations Reference

XamDiagram Enumerations Reference

Introduction

This topic provides reference material on the common enumerations used for testing the XamDiagram™ control.

DiagramConnPoint

This enumeration represents which end of a connection to use.

The following table summarizes the XamDiagram test object enumerations used in recordable methods.

Enumeration Description

Value 0 – Represents the start point of a Diagram Connector.

Value 1 – Represents the end point of a Diagram Connector.

DgrmCommand

This enumeration represents the commands supported by XamPropertyGrid. This list is a direct copy of commands listed in the actual control’s API’s at Infragistics.Controls.Charts.DiagramCommands as well as the System.Windows.Input.ApplicationCommands

The following table summarizes the XamDiagram test object enumerations used in recordable methods.

Enumeration Description

Value 1 - Perform a Cut operation on the selected items

Value 2 - Perform a Copy operation on the selected items

Value 3 - Perform a Paste operation into the Diagram

Value 4 - Perform an Undo operation on the Diagram

Value 5 - Perform a Redo operation on the Diagram

Value 6 - Delete the selected items

Value 7 - Bring the selected items foward on the Z-Index one level

Value 8 - Bring the selected items foward all the way on the Z-Index

Value 9 - If open close the options pane of the selected items

Value 10 - Puts the selected item into EditMode for assigning it a name

Value 11 - Exits EditMode for assigning a name of the selected item

Value 12 - Sends the selected items backward on the Z-Index one level

Value 13 - Sends the selected items backwards all the way on the Z-Index

Value 14 - Shows the option pane for the selected items

Value 15 - Select all the items in the XamDiagram

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 information about replay-only actions for testing the XamDiagram™ control.

This topic provides reference information about the XamDiagram™ control’s test object properties.