OrientedVirtualizingPanel.GetIrregularSnapPoints Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’ensemble de distances entre les points d’ancrage irréguliers pour une orientation et un alignement spécifiés.
public:
virtual IVectorView<float> ^ GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment) = GetIrregularSnapPoints;
IVectorView<float> GetIrregularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment);
public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment);
function getIrregularSnapPoints(orientation, alignment)
Public Function GetIrregularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList(Of Single)
Paramètres
- orientation
- Orientation
Orientation du jeu de points d’ancrage souhaité.
- alignment
- SnapPointsAlignment
Alignement à utiliser lors de l’application des points d’ancrage.
Retours
Collection en lecture seule de distances de points d’ancrage. Retourne une collection vide lorsqu’aucun point d’ancrage n’est présent.