Class ImageAdornerUI
ImageAdornerUI
Inheritance
System.Object
ImageAdornerUI
Namespace: Telerik.Windows.Documents.UI.Adorner
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageAdornerUI : UserControl, IInlineSelectionHandler, IComponentConnector
Constructors
ImageAdornerUI()
Declaration
public ImageAdornerUI()
Properties
CanDrag
Declaration
public bool CanDrag { get; }
Property Value
System.Boolean
|
CanResize
Declaration
public bool CanResize { get; set; }
Property Value
System.Boolean
|
CanRotate
Declaration
public bool CanRotate { get; set; }
Property Value
System.Boolean
|
ImageSelectionAdornerSettings
Declaration
public ImageSelectionAdornerSettings ImageSelectionAdornerSettings { get; set; }
Property Value
ImageSelectionAdornerSettings
|
LastMouseDownArgs
Declaration
public MouseButtonEventArgs LastMouseDownArgs { get; set; }
Property Value
System.Windows.Input.MouseButtonEventArgs
|
Methods
GetLayoutClip(Size)
Declaration
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Parameters
System.Windows.Size
layoutSlotSize
|
Returns
System.Windows.Media.Geometry
|
GetUIElement()
Declaration
public UIElement GetUIElement()
Returns
System.Windows.UIElement
|
Implements
HideSelection()
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShouldStartDragging(Inline)
Declaration
public bool ShouldStartDragging(Inline inline)
Parameters
Inline
inline
|
Returns
System.Boolean
|
ShowInlineSelection(Inline, Boolean)
Declaration
public void ShowInlineSelection(Inline inline, bool readOnly)
Parameters
Inline
inline
|
System.Boolean
readOnly
|
Implements
Events
BlockMoved
Declaration
public event EventHandler<BlockMovedEventArgs> BlockMoved
Event Type
System.EventHandler<BlockMovedEventArgs>
|
ImageResized
Declaration
public event EventHandler<ImageResizedEventArgs> ImageResized
Event Type
System.EventHandler<ImageResizedEventArgs>
|
ImageRotated
Declaration
public event EventHandler<ImageRotatedEventArgs> ImageRotated
Event Type
System.EventHandler<ImageRotatedEventArgs>
|