Class OffsetEventArgs
Inheritance
System.Object
OffsetEventArgs
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class OffsetEventArgs : EventArgs
Constructors
OffsetEventArgs()
OffsetEventArgs(Point, Point)
Initializes a new instance of the OffsetEventArgs class.
Declaration
public OffsetEventArgs(Point oldOffset, Point newOffset)
Parameters
System.Windows.Point
oldOffset
The old offset. |
System.Windows.Point
newOffset
The new offset. |
Properties
NewOffset
Gets or sets the new offset.
Declaration
public Point NewOffset { get; }
Property Value
System.Windows.Point
The new offset. |
OldOffset
Gets or sets the old offset.
Declaration
public Point OldOffset { get; }
Property Value
System.Windows.Point
The old offset. |