ClassImageSelectionAdornerSettings
Class
Represents the settings for the image selection adorner, allowing customization of its appearance and behavior.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ImageSelectionAdornerSettings
Inheritance: objectImageSelectionAdornerSettings
Constructors
ImageSelectionAdornerSettings()
Declaration
cs-api-definition
public ImageSelectionAdornerSettings()
Properties
CanDrag
Indicates whether the image selection adorner can be dragged.
CanResize
Gets or sets a value indicating whether the image can be resized.
Declaration
cs-api-definition
public bool CanResize { get; set; }
Property Value
true if the image can be resized; otherwise, false.
Events
ImageSelectionAdornerShowing
Declaration
cs-api-definition
public event EventHandler<ImageSelectionAdornerShowingEventArgs> ImageSelectionAdornerShowing
Event Value