menu

UWP

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

    Show / Hide Table of Contents

    Class PortChangedEventArgs

    Represents a struct that provides the data for PortChanged event.

    Inheritance
    System.Object
    PortChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class PortChangedEventArgs : ValueType

    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
    Windows.Foundation.Point

    TargetPoint

    Gets the target point value of the port.

    Declaration
    public Point TargetPoint { get; }
    Property Value
    Type
    Windows.Foundation.Point

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved