Represents the event data for the ShapeResized event.
Definition
Namespace:Telerik.Windows.Documents.UI.Adorner
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShapeResizedEventArgs : EventArgs
Inheritance: objectEventArgsShapeResizedEventArgs
Inherited Members
Constructors
C#
public ShapeResizedEventArgs(ShapeInline image, Size newSize)
Properties
NewSize
Size
Gets the new size of the shape after it has been resized.
C#
public Size NewSize { get; }
The new size of the shape as a Size structure.
Represents the shape that has been resized in the adorner system.
C#
public ShapeInline TargetShapeInline { get; }