New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public ShapeResizedEventArgs(ShapeInline image, Size newSize)
Parameters:imageShapeInlinenewSizeSize

Properties

Gets the new size of the shape after it has been resized.

C#
public Size NewSize { get; }
Property Value:

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; }