Class
ImageSelectionAdornerShowingEventArgs

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

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

Property Value

bool

CanResize

Declaration

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

Property Value

bool

CanRotate

Declaration

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

Property Value

bool