Class
ImageRotatedEventArgs

Definition

Namespace:Telerik.WinForms.Documents.UI.Adorner

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

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

Property Value

double

TargetImageInline

Declaration

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

Property Value

ImageInline