Class Port
Represents a connection point in the node.
Inheritance
System.Object
Port
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class Port : Object
Constructors
Port()
Initializes a new instance of the Port class.
Declaration
public Port()
Properties
Height
Gets or sets the height of the port.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
IsVisible
Gets or sets a value indicating whether the port is visible or not.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
NodeOffsetX
Gets or sets the X position of the port, relative from the node's (x,y) position.
Declaration
public double NodeOffsetX { get; set; }
Property Value
Type |
---|
System.Double |
NodeOffsetY
Gets or sets the Y position of the port, relative from the node's (x,y) position.
Declaration
public double NodeOffsetY { get; set; }
Property Value
Type |
---|
System.Double |
ShapeType
Gets or sets specifies the shape type of the port.
Declaration
public ShapeType ShapeType { get; set; }
Property Value
Type |
---|
ShapeType |
Style
Gets or sets the style of the port.
Declaration
public Style Style { get; set; }
Property Value
Type |
---|
Style |
Width
Gets or sets the width of the port.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |