Class ImageRotatedEventArgs
Inheritance
System.Object
ImageRotatedEventArgs
Namespace: Telerik.Windows.Documents.UI.Adorner
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageRotatedEventArgs : EventArgs
Constructors
ImageRotatedEventArgs(ImageInline, Double)
Declaration
public ImageRotatedEventArgs(ImageInline image, double newAngle)
Parameters
ImageInline
image
|
System.Double
newAngle
|
Properties
NewAngle
Declaration
public double NewAngle { get; }
Property Value
System.Double
|