menu

WPF

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

    Show / Hide Table of Contents

    Struct PortChangedEventArgs

    Represents a struct that provides the data for PortChanged event.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public struct PortChangedEventArgs

    Properties

    DragState

    Gets the dragging state value of the Port.

    Declaration
    public DragState DragState { get; }
    Property Value
    Type
    DragState

    Length

    Gets the length value of the Port.

    Declaration
    public double Length { get; }
    Property Value
    Type
    System.Double

    OffsetX

    Gets the offset-X value of the Port.

    Declaration
    public double OffsetX { get; }
    Property Value
    Type
    System.Double

    OffsetY

    Gets the offset-Y value of the Port.

    Declaration
    public double OffsetY { get; }
    Property Value
    Type
    System.Double

    SourcePoint

    Gets the source point value of the Port.

    Declaration
    public Point SourcePoint { get; }
    Property Value
    Type
    System.Windows.Point

    TargetPoint

    Gets the target point value of the port.

    Declaration
    public Point TargetPoint { get; }
    Property Value
    Type
    System.Windows.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved