AdornerService
Manages the adorner helping the manipulation of items.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.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:
AdornerBounds
Rect
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
BottomLeft()
Point
Returns the bottom left resizing point.
public Point BottomLeft()
Point
Implements:
BottomRight()
Point
Returns the bottom right resizing point.
public Point BottomRight()
Point
Implements:
Center()
Point
Centers this instance.
public Point Center()
Point
Implements:
RotationPoint()
Point
Returns the rotation point.
public Point RotationPoint()
Point
Implements:
TopLeft()
Point
Returns the top left point of the adorner.
public Point TopLeft()
Point
Implements:
TopRight()
Point
Returns the top right resizing point.
public Point TopRight()
Point
Implements:
Updates the adorner angle.
public virtual void UpdateAdornerAngle(double newAngle = NaN)
Implements:
Updates the adorner bounds.
public virtual void UpdateAdornerBounds(Rect newBounds)
Implements:
Updates the selected items.
public void UpdateSelectedItems(IEnumerable<IDiagramItem> newItems)
Implements: