InterfaceIConnectionEditPoint
Interface
Defines a manipulation adorner of an IConnection.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IConnectionEditPoint
Properties
Connection
Gets the underlying connection.
IsManipulating
Gets or sets a value indicating whether this instance is manipulating.
Declaration
cs-api-definition
bool IsManipulating { get; set; }
Property Value
True if this instance is manipulating; otherwise, false.
Position
Gets or sets the position.
Declaration
cs-api-definition
Point Position { get; set; }
Property Value
Point
The position.
Type
Gets or sets the type of the manipulation.
Declaration
cs-api-definition
ManipulationPointType Type { get; set; }
Property Value
Visibility
Gets or sets the visibility of this editing point.
Declaration
cs-api-definition
Visibility Visibility { get; set; }
Property Value
Visibility
Methods
UpdateDisplayElement()
Updates the displayed element.
Declaration
cs-api-definition
void UpdateDisplayElement()