Skip to main content

DiagramItemsRotatingEventArgs.Items Property

Returns the collection of data about items that are being rotated.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ReadOnlyCollection<RotatingItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DevExpress.XtraDiagram.RotatingItem>

A collection of DevExpress.XtraDiagram.RotatingItem objects that store information about items that are being rotated.

See Also