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