Interface IDockPort
Represents a interface to provide Node values to DockPort class.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IDockPort : IPort, IDiagramElement, IID, INotifyPropertyChanged, IConnectorBase
Properties
Node
Gets or sets the Node of the IDockPort.
Declaration
object Node { get; set; }
Property Value
Type |
---|
System.Object |