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 Offset
Declaration
public OffsetEventArgs(Point oldOffset, Point newOffset)
Parameters
System. The old offset. |
System. The new offset. |
Properties
NewOffset
Gets or sets the new offset.
Declaration
public Point NewOffset { get; }
Property Value
System. The new offset. |
OldOffset
Gets or sets the old offset.
Declaration
public Point OldOffset { get; }
Property Value
System. The old offset. |