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