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
Constructors
C#
public ImageResizedEventArgs(ImageInline image, Size newSize)
Properties
NewSize
Size
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; }