menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDockPort - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDockPort

    Represents a interface to provide Node values to DockPort class.

    Inherited Members
    IConnectorBase.ConnectorGeometryStyle
    IConnectorBase.Ports
    IConnectorBase.Segments
    IConnectorBase.SourcePoint
    IConnectorBase.TargetPoint
    IDiagramElement.Key
    IID.ID
    IPort.ConnectionDirection
    IPort.ConnectorPadding
    IPort.Constraints
    IPort.HitPadding
    IPort.Info
    IPort.PortVisibility
    IPort.Shape
    IPort.ShapeStyle
    IPort.UnitHeight
    IPort.UnitWidth
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IDockPort : IPort, IDiagramElement, IID, INotifyPropertyChanged, IConnectorBase

    Properties

    Node

    Gets or sets the Node of the IDockPort.

    Declaration
    object Node { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved