Condividi tramite


AnchorRequestedEventArgs.AnchorCandidates Proprietà

Definizione

Ottiene il set di candidati di ancoraggio attualmente registrati con il controllo di scorrimento, ad esempio 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)

Valore della proprietà

Elenco di candidati di ancoraggio UIElement .

Si applica a

Vedi anche