Interface IPortInfo
Represents to gets more / additional information about specified IPort.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IPortInfo
Properties
Connectors
Gets the connectors to be connected for port.
Declaration
IEnumerable<IConnector> Connectors { get; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<IConnector> |
InConnectors
Gets the inconnectors to be connected for port.
Declaration
IEnumerable<IConnector> InConnectors { get; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<IConnector> |
OffsetX
Gets or sets the position of the Port on X-Axis.
Declaration
double OffsetX { get; set; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets or sets the position of the Port on Y-Axis.
Declaration
double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |
OutConnectors
Gets the outconnectors to be connected for port.
Declaration
IEnumerable<IConnector> OutConnectors { get; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<IConnector> |