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
Constructors
C#
public ShapeRotatedEventArgs(ShapeInline shape, double newAngle)
Properties
Gets the new angle of the shape after rotation.
C#
public double NewAngle { get; }
The new angle in degrees, representing the rotation of the shape.
Represents the inline shape that has been rotated.
C#
public ShapeInline TargetShapeInline { get; }
The target inline shape that was affected by the rotation event.