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.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()
SetClip(Geometry)
Declaration
public void SetClip(Geometry geometry)
Parameters
System.Windows.Media.Geometry
geometry
|
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>
|
ShapeResized
Declaration
public event EventHandler<ShapeResizedEventArgs> ShapeResized
Event Type
System.EventHandler<ShapeResizedEventArgs>
|
ShapeRotated
Declaration
public event EventHandler<ShapeRotatedEventArgs> ShapeRotated
Event Type
System.EventHandler<ShapeRotatedEventArgs>
|