ClassImageAdornerUI
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
ImageAdornerUI()
Declaration
public ImageAdornerUI()
Properties
CanDrag
Determines whether the image adorner can be dragged by the user.
CanResize
Gets a value indicating whether the adorner can be resized.
CanRotate
Determines whether the image adorner can be rotated.
ImageSelectionAdornerSettings
Represents the settings for the image selection adorner in the UI.
Declaration
public ImageSelectionAdornerSettings ImageSelectionAdornerSettings { get; set; }
Property Value
LastMouseDownArgs
Represents the arguments associated with the last mouse down event in the Image Adorner UI.
Declaration
public MouseButtonEventArgs LastMouseDownArgs { get; set; }
Property Value
MouseButtonEventArgs
Methods
GetLayoutClip(Size)
Declaration
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Parameters
layoutSlotSize
Size
Returns
Geometry
GetUIElement()
Retrieves the UI element associated with the image adorner.
Declaration
public UIElement GetUIElement()
Returns
UIElement
The UI element as a generic type T that represents the image adorner.
Implements
HideSelection()
Hides the selection of the image adorner UI.
Declaration
public void HideSelection()
Implements
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShouldStartDragging(Inline)
Determines whether dragging should start for the specified inline element.
ShowInlineSelection(Inline, bool)
Displays an inline selection for the specified inline element.
Events
BlockMoved
Declaration
public event EventHandler<BlockMovedEventArgs> BlockMoved
Event Value
ImageResized
Declaration
public event EventHandler<ImageResizedEventArgs> ImageResized
Event Value
ImageRotated
Declaration
public event EventHandler<ImageRotatedEventArgs> ImageRotated
Event Value