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