New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class OffsetEventArgs : EventArgs

Inheritance: objectEventArgsOffsetEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the OffsetEventArgs class.

C#
public OffsetEventArgs()

Initializes a new instance of the OffsetEventArgs class.

C#
public OffsetEventArgs(Point oldOffset, Point newOffset)
Parameters:oldOffsetPoint

The old offset.

newOffsetPoint

The new offset.

Properties

Gets or sets the new offset.

C#
public Point NewOffset { get; }
Property Value:

The new offset.

Gets or sets the old offset.

C#
public Point OldOffset { get; }
Property Value:

The old offset.