Class RotateRoutedEventArgs
Represents rotated routed event args.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class RotateRoutedEventArgs : ItemsManipulationRoutedEventArgs
Constructors
RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)
Initializes a new instance of the Rotate
Declaration
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)
Parameters
Routed The routed event. |
System. The items. |
RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Double, Double, Point)
Initializes a new instance of the Rotate
Declaration
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, double oldAngle, double newAngle, Point mousePosition)
Parameters
Routed The routed event. |
System. The items. |
System. The old angle. |
System. The new angle. |
Point
mousePosition
The mouse position. |
RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point)
Initializes a new instance of the Rotate
Declaration
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point mousePosition)
Parameters
Routed The routed event. |
System. The items. |
Point
mousePosition
The mouse position. |
Properties
NewAngle
Gets the new angle.
Declaration
public double NewAngle { get; }
Property Value
System.
|
OldAngle
Gets the old angle.
Declaration
public double OldAngle { get; }
Property Value
System.
|