Class PortChangedEventArgs
Represents a struct that provides the data for PortChanged event.
Inheritance
System.Object
PortChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
System.Windows.Point |
TargetPoint
Gets the target point value of the port.
Declaration
public Point TargetPoint { get; }
Property Value
Type |
---|
System.Windows.Point |