Class ImageSelectionAdornerShowingEventArgs
Provides data for the ImageSelectionAdornerShowing event.
Inheritance
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageSelectionAdornerShowingEventArgs : EventArgs
Constructors
ImageSelectionAdornerShowingEventArgs(Boolean, Boolean, Boolean)
Declaration
public ImageSelectionAdornerShowingEventArgs(bool canRotate, bool canDrag, bool canResize)
Parameters
System.Boolean
canRotate
|
System.Boolean
canDrag
|
System.Boolean
canResize
|
Properties
CanDrag
Gets a value indicating whether the image can be dragged.
Declaration
public bool CanDrag { get; set; }
Property Value
System.Boolean
|
CanResize
Gets a value indicating whether the selection adorner can be resized.
Declaration
public bool CanResize { get; set; }
Property Value
System.Boolean
true if the selection adorner can be resized; otherwise, false. |
CanRotate
Gets a value indicating whether the image can be rotated.
Declaration
public bool CanRotate { get; set; }
Property Value
System.Boolean
|