Provides data for the ImageRotated event.
Definition
Namespace:Telerik.Windows.Documents.UI.Adorner
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ImageRotatedEventArgs : EventArgs
Inheritance: objectEventArgsImageRotatedEventArgs
Inherited Members
Constructors
C#
public ImageRotatedEventArgs(ImageInline image, double newAngle)
Properties
Gets the new angle of the image after rotation.
C#
public double NewAngle { get; }
A float representing the new angle in degrees.
Represents the target image associated with the image rotation event.
C#
public ImageInline TargetImageInline { get; }