Class
ImageSelectionAdornerShowingEventArgs

Provides data for the ImageSelectionAdornerShowing event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImageSelectionAdornerShowingEventArgs : EventArgs

Inheritance: objectEventArgsImageSelectionAdornerShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

ImageSelectionAdornerShowingEventArgs(bool, bool, bool)

Declaration

cs-api-definition
public ImageSelectionAdornerShowingEventArgs(bool canRotate, bool canDrag, bool canResize)

Parameters

canRotate

bool

canDrag

bool

canResize

bool

Properties

CanDrag

Gets a value indicating whether the image can be dragged.

Declaration

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

Property Value

bool

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

CanResize

Gets a value indicating whether the selection adorner can be resized.

Declaration

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

Property Value

bool

true if the selection adorner can be resized; otherwise, false.

CanRotate

Gets a value indicating whether the image can be rotated.

Declaration

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

Property Value

bool