RotatingEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public sealed class RotatingEventArgs : ItemsManipulationEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsRotatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs()
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition, Point adornerOffset)
The items.
oldPositiondoubleThe old position.
newPositiondoubleThe new position.
mousePositionPointThe mouse position.
adornerOffsetPointThe manipulation adorner's position offset.
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition, Point mousePosition)
The items.
oldPositiondoubleThe old position.
newPositiondoubleThe new position.
mousePositionPointThe mouse position.
Initializes a new instance of the RotatingEventArgs class.
C#
public RotatingEventArgs(IEnumerable<IDiagramItem> items, double oldPosition, double newPosition)
The items.
oldPositiondoubleThe old position.
newPositiondoubleThe new position.
Properties
AdornerOffset
Point
Gets or sets the adorner's position offset.
C#
public Point AdornerOffset { get; }
The new bounds.