Class
ImageRotatedEventArgs

Provides data for the ImageRotated event.

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImageRotatedEventArgs : EventArgs

Inheritance: objectEventArgsImageRotatedEventArgs

Inherited Members EventArgs.Empty

Constructors

ImageRotatedEventArgs(ImageInline, double)

Declaration

cs-api-definition
public ImageRotatedEventArgs(ImageInline image, double newAngle)

Parameters

image

ImageInline

newAngle

double

Properties

NewAngle

Gets the new angle of the image after rotation.

Declaration

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

Property Value

double

A float representing the new angle in degrees.

TargetImageInline

Represents the target image associated with the image rotation event.

Declaration

cs-api-definition
public ImageInline TargetImageInline { get; }

Property Value

ImageInline