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

Represents the settings for the image selection adorner, allowing customization of its appearance and behavior.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ImageSelectionAdornerSettings

Inheritance: objectImageSelectionAdornerSettings

Constructors

C#
public ImageSelectionAdornerSettings()

Properties

Indicates whether the image selection adorner can be dragged.

C#
public bool CanDrag { get; set; }

Gets or sets a value indicating whether the image can be resized.

C#
public bool CanResize { get; set; }
Property Value:

true if the image can be resized; otherwise, false.

Gets or sets a value indicating whether the image can be rotated.

C#
public bool CanRotate { get; set; }
Property Value:

A boolean value that determines if rotation is allowed for the image.

Events

C#
public event EventHandler<ImageSelectionAdornerShowingEventArgs> ImageSelectionAdornerShowing