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 |
---|
System.Object |
Length
Sets the Position of the ConnectorPort on Connector.
Declaration
double Length { get; set; }
Property Value
Type |
---|
System.Double |
UnitMode
Sets the UnitMode of the ConnectorPort.
Declaration
UnitMode UnitMode { get; set; }
Property Value
Type |
---|
UnitMode |