ClassImageRotatedEventArgs
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Adorner
Assembly:Telerik.WinControls.RichTextEditor.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
TargetImageInline
Declaration
cs-api-definition
public ImageInline TargetImageInline { get; }
Property Value