Class
RotateRoutedEventArgs

Represents rotated routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public sealed class RotateRoutedEventArgs : ItemsManipulationRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDiagramItemsRoutedEventArgsItemsManipulationRoutedEventArgsRotateRoutedEventArgs

Inherited Members ItemsManipulationRoutedEventArgs.MousePositionDiagramItemsRoutedEventArgs.Items

Constructors

RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>)

Initializes a new instance of the RotateRoutedEventArgs class.

Declaration

cs-api-definition
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items)

Parameters

routedEvent

RoutedEvent

The routed event.

items

IEnumerable<IDiagramItem>

The items.

RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, Point)

Initializes a new instance of the RotateRoutedEventArgs class.

Declaration

cs-api-definition
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, Point mousePosition)

Parameters

routedEvent

RoutedEvent

The routed event.

items

IEnumerable<IDiagramItem>

The items.

mousePosition

Point

The mouse position.

RotateRoutedEventArgs(RoutedEvent, IEnumerable<IDiagramItem>, double, double, Point)

Initializes a new instance of the RotateRoutedEventArgs class.

Declaration

cs-api-definition
public RotateRoutedEventArgs(RoutedEvent routedEvent, IEnumerable<IDiagramItem> items, double oldAngle, double newAngle, Point mousePosition)

Parameters

routedEvent

RoutedEvent

The routed event.

items

IEnumerable<IDiagramItem>

The items.

oldAngle

double

The old angle.

newAngle

double

The new angle.

mousePosition

Point

The mouse position.

Properties

NewAngle

Gets the new angle.

Declaration

cs-api-definition
public double NewAngle { get; }

Property Value

double

OldAngle

Gets the old angle.

Declaration

cs-api-definition
public double OldAngle { get; }

Property Value

double