OrbitViewPanelItemsArrangedArgs.Elements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection of all elements that were arranged.
public System.Collections.Generic.List<Microsoft.Toolkit.Uwp.UI.Controls.OrbitViewElementProperties> Elements { get; set; }
member this.Elements : System.Collections.Generic.List<Microsoft.Toolkit.Uwp.UI.Controls.OrbitViewElementProperties> with get, set
Public Property Elements As List(Of OrbitViewElementProperties)