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

Provides data for the ShapeRotated event.

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ShapeRotatedEventArgs : EventArgs

Inheritance: objectEventArgsShapeRotatedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public ShapeRotatedEventArgs(ShapeInline shape, double newAngle)
Parameters:shapeShapeInlinenewAngledouble

Properties

Gets the new angle of the shape after rotation.

C#
public double NewAngle { get; }
Property Value:

The new angle in degrees, representing the rotation of the shape.

Represents the inline shape that has been rotated.

C#
public ShapeInline TargetShapeInline { get; }
Property Value:

The target inline shape that was affected by the rotation event.