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

Provides data for the event that occurs when an image is resized.

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ImageResizedEventArgs : EventArgs

Inheritance: objectEventArgsImageResizedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public ImageResizedEventArgs(ImageInline image, Size newSize)
Parameters:imageImageInlinenewSizeSize

Properties

Represents the new size of the image after a resize operation.

C#
public Size NewSize { get; }

Represents the event arguments for the TargetImageInline event, providing information about the resized image in the document.

C#
public ImageInline TargetImageInline { get; }