ImageAdornerUI
ImageAdornerUI
Definition
Namespace:Telerik.Windows.Documents.UI.Adorner
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ImageAdornerUI : UserControl, IInlineSelectionHandler, IComponentConnector
Inheritance: objectImageAdornerUI
Implements:
Constructors
public ImageAdornerUI()
Properties
Determines whether the image adorner can be dragged by the user.
public bool CanDrag { get; }
Gets a value indicating whether the adorner can be resized.
public bool CanResize { get; set; }
Determines whether the image adorner can be rotated.
public bool CanRotate { get; set; }
Represents the settings for the image selection adorner in the UI.
public ImageSelectionAdornerSettings ImageSelectionAdornerSettings { get; set; }
LastMouseDownArgs
MouseButtonEventArgs
Represents the arguments associated with the last mouse down event in the Image Adorner UI.
public MouseButtonEventArgs LastMouseDownArgs { get; set; }
Methods
GetLayoutClip(Size)
Geometry
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Geometry
GetUIElement()
UIElement
Retrieves the UI element associated with the image adorner.
public UIElement GetUIElement()
UIElement
The UI element as a generic type T that represents the image adorner.
Implements:
Hides the selection of the image adorner UI.
public void HideSelection()
Implements:
InitializeComponent
public void InitializeComponent()
Events
public event EventHandler<BlockMovedEventArgs> BlockMoved
public event EventHandler<ImageResizedEventArgs> ImageResized
public event EventHandler<ImageRotatedEventArgs> ImageRotated