Interface INodePort
Represents the connection points of node and allows to create connections with only those specific points.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface INodePort : IPort, IDiagramElement, IID, INotifyPropertyChanged
Properties
Displacement
Gets or sets the space to displace the NodePort.
Declaration
Thickness Displacement { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
Node
Gets or sets the Node of the NodePort.
Declaration
object Node { get; set; }
Property Value
Type |
---|
System.Object |
NodeOffsetX
Gets or sets the position of the NodePort on X-Axis.
Declaration
double NodeOffsetX { get; set; }
Property Value
Type |
---|
System.Double |
NodeOffsetY
Gets or sets the position of the NodePort on Y-Axis.
Declaration
double NodeOffsetY { get; set; }
Property Value
Type |
---|
System.Double |
UnitMode
Gets or sets the UnitMode of the NodePort.
Declaration
UnitMode UnitMode { get; set; }
Property Value
Type |
---|
UnitMode |