AdornerService
Manages the adorner helping the manipulation of items.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class AdornerService : GraphServiceBase, IAdornerService
Inheritance: objectGraphServiceBaseAdornerService
Implements:
Inherited Members
Constructors
Initializes a new instance of the AdornerService class.
Properties
Gets the adorner angle.
public double AdornerAngle { get; }
Implements:
Gets the selection bounds.
public Rect AdornerBounds { get; }
Implements:
Gets the inflated selection bounds.
public Rect InflatedAdornerBounds { get; }
Implements:
Return the resize handles activation radius.
public double ResizeActivationRadius { get; }
Implements:
Return the rotate handle activation radius.
public double RotateActivationRadius { get; }
Implements:
Methods
Returns the bottom left resizing point.
Returns the bottom right resizing point.
Returns the rotation point.
Returns the top left point of the adorner.
Returns the top right resizing point.
Updates the adorner angle.
public virtual void UpdateAdornerAngle(double newAngle = NaN)
Implements:
Updates the adorner bounds.
Updates the selected items.
public void UpdateSelectedItems(IEnumerable<IDiagramItem> newItems)
Implements: