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

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 EventArgs.Empty

Constructors

C#
public ImageRotatedEventArgs(ImageInline image, double newAngle)
Parameters:imageImageInlinenewAngledouble

Properties

Gets the new angle of the image after rotation.

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

A float representing the new angle in degrees.

Represents the target image associated with the image rotation event.

C#
public ImageInline TargetImageInline { get; }