Class ShapeResizedEventArgs
Inheritance
System.Object
ShapeResizedEventArgs
Namespace: Telerik.Windows.Documents.UI.Adorner
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ShapeResizedEventArgs : EventArgs
Constructors
ShapeResizedEventArgs(ShapeInline, Size)
Declaration
public ShapeResizedEventArgs(ShapeInline image, Size newSize)
Parameters
ShapeInline
image
|
System.Windows.Size
newSize
|
Properties
NewSize
Declaration
public Size NewSize { get; }
Property Value
System.Windows.Size
|