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