Interface IConnectorPort
Create IConnectorPort Interface derived from IPort
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IConnectorPort : IPort, IDiagramElement, IID, INotifyPropertyChanged
Properties
Connector
Sets the Connector of the ConnectorPort.
Declaration
object Connector { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Displacement
Defines the absolute position of the Node port
Declaration
[Obsolete("Absolute position for ConnectorPort is invalid")]
Thickness Displacement { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Thickness |
Length
Sets the Position of the ConnectorPort on Connector.
Declaration
double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UnitMode
Sets the UnitMode of the ConnectorPort.
Declaration
UnitMode UnitMode { get; set; }
Property Value
Type | Description |
---|---|
UnitMode |