Class PortBase
Represents a calss to serailize the elements of NodePort class.
Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PortBase : DiagramElement
Constructors
PortBase()
Declaration
public PortBase()
Properties
Shape
Gets or sets the shape of the NodePort.
Declaration
public DiagramXmlSerializer<object> Shape { get; set; }
Property Value
Type |
---|
DiagramXmlSerializer<System.Object> |
ShapeStyle
Gets or sets the style of the NodePort.
Declaration
public DiagramXmlSerializer<Style> ShapeStyle { get; set; }
Property Value
Type |
---|
DiagramXmlSerializer<System.Windows.Style> |