Class
ShapeRotatedEventArgs

Provides data for the ShapeRotated event.

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ShapeRotatedEventArgs : EventArgs

Inheritance: objectEventArgsShapeRotatedEventArgs

Inherited Members EventArgs.Empty

Constructors

ShapeRotatedEventArgs(ShapeInline, double)

Declaration

cs-api-definition
public ShapeRotatedEventArgs(ShapeInline shape, double newAngle)

Parameters

shape

ShapeInline

newAngle

double

Properties

NewAngle

Gets the new angle of the shape after rotation.

Declaration

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

Property Value

double

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

TargetShapeInline

Represents the inline shape that has been rotated.

Declaration

cs-api-definition
public ShapeInline TargetShapeInline { get; }

Property Value

ShapeInline

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