ClassImageRotatedEventArgs
Class
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
Constructors
ImageRotatedEventArgs(ImageInline, double)
Declaration
cs-api-definition
public ImageRotatedEventArgs(ImageInline image, double newAngle)
Parameters
image
newAngle
Properties
NewAngle
Gets the new angle of the image after rotation.
Declaration
cs-api-definition
public double NewAngle { get; }
Property Value
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