IAdornerService
Interface
The service supporting the adorning of diagram elements.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public interface IAdornerService
Derived Classes:
Properties
Gets the adorner angle.
C#
double AdornerAngle { get; }
AdornerBounds
Rect
Gets the selection bounds.
C#
Rect AdornerBounds { get; }
Gets the inflated selection bounds.
C#
Rect InflatedAdornerBounds { get; }
Return the resize handles activation radius.
C#
double ResizeActivationRadius { get; }
Return the rotate handle activation radius.
C#
double RotateActivationRadius { get; }
Methods
BottomLeft()
Point
Returns the bottom left point of the adorner.
C#
Point BottomLeft()
Point
BottomRight()
Point
Returns the bottom right point of the adorner.
C#
Point BottomRight()
Point
Center()
Point
Centers this instance.
C#
Point Center()
Point
RotationPoint()
Point
Returns the rotation point.
C#
Point RotationPoint()
Point
TopLeft()
Point
Returns the top left point of the adorner.
C#
Point TopLeft()
Point
TopRight()
Point
Returns the top right point of the adorner.
C#
Point TopRight()
Point
Updates the adorner angle.
Updates the adorner bounds.
C#
void UpdateAdornerBounds(Rect newBounds)
Updates the selected items.
C#
void UpdateSelectedItems(IEnumerable<IDiagramItem> newItems)