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