Provides data for the ImageSelectionAdornerShowing event.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ImageSelectionAdornerShowingEventArgs : EventArgs
Inheritance: objectEventArgsImageSelectionAdornerShowingEventArgs
Inherited Members
Constructors
Properties
Gets a value indicating whether the image can be dragged.
C#
public bool CanDrag { get; set; }
true if the image can be dragged; otherwise, false.
Gets a value indicating whether the selection adorner can be resized.
C#
public bool CanResize { get; set; }
true if the selection adorner can be resized; otherwise, false.