IConnectionEditPoint
Interface
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:
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; }
True if this instance is manipulating; otherwise, false.
Gets or sets the position.
C#
Point Position { get; set; }
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()