ClassShapeRotatedEventArgs
Class
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
Constructors
ShapeRotatedEventArgs(ShapeInline, double)
Declaration
cs-api-definition
public ShapeRotatedEventArgs(ShapeInline shape, double newAngle)
Parameters
shape
newAngle
Properties
NewAngle
Gets the new angle of the shape after rotation.
Declaration
cs-api-definition
public double NewAngle { get; }
Property Value
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
The target inline shape that was affected by the rotation event.