alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PortBase

    Represents a calss to serailize the elements of NodePort class.

    Inheritance
    System.Object
    DiagramElement
    PortBase
    ConnectorPort
    DockPort
    NodePort
    Inherited Members
    DiagramElement.ID
    DiagramElement.Key
    DiagramElement.Raw
    DiagramElement.Type
    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved