StructSnappingItem
Struct
Encapsulates info about diagram item required by the snapping/matching logic.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public struct SnappingItem
Inherited Members
Constructors
SnappingItem(IDiagramItem, Rect)
Initializes a new instance of the SnappingItem struct.
Declaration
cs-api-definition
public SnappingItem(IDiagramItem item, Rect currentBounds)
Parameters
item
currentBounds
Properties
CurrentBounds
Gets current cached item bounds.
Item
Gets the diagram item.
Declaration
cs-api-definition
public readonly IDiagramItem Item { get; }
Property Value