New to Telerik UI for WinFormsStart a free 30-day trial

Defines a manipulation adorner of an IConnection.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public interface IConnectionEditPoint

Derived Classes: ConnectionEditPointControl

Properties

Gets the underlying connection.

C#
IConnection Connection { get; }

Gets or sets a value indicating whether this instance is manipulating.

C#
bool IsManipulating { get; set; }
Property Value:

True if this instance is manipulating; otherwise, false.

Gets or sets the position.

C#
Point Position { get; set; }
Property Value:

The position.

Gets or sets the type of the manipulation.

C#
ManipulationPointType Type { get; set; }

Gets or sets the visibility of this editing point.

C#
ElementVisibility Visibility { get; set; }

Methods

Updates the displayed element.

C#
void UpdateDisplayElement()