ClassImageResizedEventArgs
Class
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:
cs-api-definition
public class ImageResizedEventArgs : EventArgs
Inheritance: objectEventArgsImageResizedEventArgs
Inherited Members
Constructors
ImageResizedEventArgs(ImageInline, Size)
Declaration
cs-api-definition
public ImageResizedEventArgs(ImageInline image, Size newSize)
Parameters
image
newSize
Size
Properties
NewSize
Represents the new size of the image after a resize operation.
Declaration
cs-api-definition
public Size NewSize { get; }
Property Value
Size
TargetImageInline
Represents the event arguments for the TargetImageInline event, providing information about the resized image in the document.
Declaration
cs-api-definition
public ImageInline TargetImageInline { get; }
Property Value