Class
ImageSelectionAdornerSettings

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:

cs-api-definition
public class ImageSelectionAdornerSettings

Inheritance: objectImageSelectionAdornerSettings

Constructors

ImageSelectionAdornerSettings()

Declaration

cs-api-definition
public ImageSelectionAdornerSettings()

Properties

CanDrag

Indicates whether the image selection adorner can be dragged.

Declaration

cs-api-definition
public bool CanDrag { get; set; }

Property Value

bool

CanResize

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

Declaration

cs-api-definition
public bool CanResize { get; set; }

Property Value

bool

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

CanRotate

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

Declaration

cs-api-definition
public bool CanRotate { get; set; }

Property Value

bool

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

Events

ImageSelectionAdornerShowing

Declaration

cs-api-definition
public event EventHandler<ImageSelectionAdornerShowingEventArgs> ImageSelectionAdornerShowing

Event Value

EventHandler<ImageSelectionAdornerShowingEventArgs>