ScrollingAnchorRequestedEventArgs.AnchorCandidates Property

Definition

Gets the collection of anchor element candidates to pick from.

public:
 property IVector<UIElement ^> ^ AnchorCandidates { IVector<UIElement ^> ^ get(); };
IVector<UIElement> AnchorCandidates();
public IList<UIElement> AnchorCandidates { get; }
var iVector = scrollingAnchorRequestedEventArgs.anchorCandidates;
Public ReadOnly Property AnchorCandidates As IList(Of UIElement)

Property Value

The collection of anchor element candidates to pick from.

Applies to