InterfaceIAdornerService
The service supporting the adorning of diagram elements.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public interface IAdornerService
Properties
AdornerAngle
Gets the adorner angle.
AdornerBounds
Gets the selection bounds.
Declaration
Rect AdornerBounds { get; }
Property Value
Rect
InflatedAdornerBounds
Gets the inflated selection bounds.
Declaration
Rect InflatedAdornerBounds { get; }
Property Value
Rect
ResizeActivationRadius
Return the resize handles activation radius.
RotateActivationRadius
Return the rotate handle activation radius.
Methods
BottomLeft()
Returns the bottom left point of the adorner.
Declaration
Point BottomLeft()
Returns
Point
BottomRight()
Returns the bottom right point of the adorner.
Declaration
Point BottomRight()
Returns
Point
RotationPoint()
Returns the rotation point.
Declaration
Point RotationPoint()
Returns
Point
TopLeft()
Returns the top left point of the adorner.
Declaration
Point TopLeft()
Returns
Point
TopRight()
Returns the top right point of the adorner.
Declaration
Point TopRight()
Returns
Point
UpdateAdornerAngle(double)
Updates the adorner angle.
Declaration
void UpdateAdornerAngle(double newAngle = NaN)
Parameters
newAngle
UpdateAdornerBounds(Point, double, double)
Updates the bounds positions.
UpdateAdornerBounds(Rect)
Updates the adorner bounds.
Declaration
void UpdateAdornerBounds(Rect newBounds)
Parameters
newBounds
Rect
UpdateSelectedItems(IEnumerable<IDiagramItem>)
Updates the selected items.
Declaration
void UpdateSelectedItems(IEnumerable<IDiagramItem> newItems)
Parameters
newItems