Class SnappingItem
Encapsulates info about diagram item required by the snapping/matching logic.
Inheritance
System.Object
SnappingItem
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class SnappingItem : ValueType
Constructors
SnappingItem(IDiagramItem, Rect)
Initializes a new instance of the Snapping
Declaration
public SnappingItem(IDiagramItem item, Rect currentBounds)
Parameters
IDiagram
|
System.
|
Properties
CurrentBounds
Gets current cached item bounds.
Declaration
public Rect CurrentBounds { get; }
Property Value
System.
|