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