ConnectionType Class

Definition

Describes generic connection behavior between two ShapeElements

public ref class ConnectionType
public class ConnectionType
type ConnectionType = class
Public Class ConnectionType
Inheritance
ConnectionType
Derived

Constructors

ConnectionType()

Properties

Instance

Instance

Methods

CanCreateConnection(ShapeElement, ShapeElement, String)
CreateConnection(ShapeElement, ShapeElement, PaintFeedbackArgs)
DoPaintFeedback(DiagramPaintEventArgs, ShapeElement, PointD, ShapeElement, PointD, PaintFeedbackArgs)
GetConnectTransactionName(ShapeElement, ShapeElement)

Gets the name of transaction used to create a connection.

InvalidatePaintFeedback(PaintFeedbackArgs, Diagram)
IsOfInterest(ShapeElement, ShapeElement)
IsValidSourceAndTarget(ShapeElement, ShapeElement)
UpdatePaintFeedbackParameters(ShapeElement, PointD, ShapeElement, PointD, PaintFeedbackArgs)

Applies to