AnchorRequestedEventArgs.AnchorCandidates Property

Definition

Gets the set of anchor candidates that are currently registered with the scrolling control (for example, ScrollViewer).

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

Property Value

A list of UIElement anchor candidates.

Applies to

See also