Skip to main content

DiagramItemsRotatingEventArgs.Items Property

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ReadOnlyCollection<RotatingItem> Items { get; }

Property Value

Type Description
ReadOnlyCollection<DevExpress.Xpf.Diagram.RotatingItem>

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

See Also