Interface IEdge
The public interface for Edge
[DefaultImplementationType(typeof(Edge))]
[XmlDefaultImplementationType(typeof(Edge))]
[ModelRepresentationClass("http://www.eclipse.org/glsp/notation#//Edge")]
public interface IEdge : INotationElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
BendPoints
The bendPoints property
[Browsable(false)]
[XmlElementName("bendPoints")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IGPoint> BendPoints { get; }
Property Value
Source
The source property
[XmlElementName("source")]
[XmlAttribute(true)]
INotationElement Source { get; set; }
Property Value
Target
The target property
[XmlElementName("target")]
[XmlAttribute(true)]
INotationElement Target { get; set; }