IAdornerService
Interface
The service supporting the adorning of diagram elements.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface IAdornerService
Derived Classes:
Properties
Gets the adorner angle.
C#
double AdornerAngle { get; }
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
Returns the bottom left point of the adorner.
Returns the bottom right point of the adorner.
Returns the rotation point.
Returns the top right point of the adorner.
Updates the adorner angle.
Updates the adorner bounds.
Updates the selected items.
C#
void UpdateSelectedItems(IEnumerable<IDiagramItem> newItems)