ClassImageSelectionAdornerShowingEventArgs
Class
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
Constructors
Properties
CanDrag
Gets a value indicating whether the image can be dragged.
Declaration
cs-api-definition
public bool CanDrag { get; set; }
Property Value
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
true if the selection adorner can be resized; otherwise, false.