Class ImageSelectionAdornerSettings
Represents the settings for the image selection adorner, allowing customization of its appearance and behavior.
Inheritance
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageSelectionAdornerSettings : Object
Constructors
ImageSelectionAdornerSettings()
Declaration
public ImageSelectionAdornerSettings()
Properties
CanDrag
Indicates whether the image selection adorner can be dragged.
Declaration
public bool CanDrag { get; set; }
Property Value
System.Boolean
|
CanResize
Gets or sets a value indicating whether the image can be resized.
Declaration
public bool CanResize { get; set; }
Property Value
System.Boolean
|
CanRotate
Gets or sets a value indicating whether the image can be rotated.
Declaration
public bool CanRotate { get; set; }
Property Value
System.Boolean
A boolean value that determines if rotation is allowed for the image. |
Events
ImageSelectionAdornerShowing
Declaration
public event EventHandler<ImageSelectionAdornerShowingEventArgs> ImageSelectionAdornerShowing
Event Type
System.EventHandler<ImageSelectionAdornerShowingEventArgs>
|