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