DiagramItemsResizingEventArgs.Items Property
Returns the collection of data about items that are being resized.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<DevExpress.Xpf.Diagram.ResizingItem> | A collection of DevExpress.Xpf.Diagram.ResizingItem objects that store information about items that are being resized. |
See Also