StackPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) Méthode

Définition

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 (dimension) du jeu de points d’alignement souhaité.

alignment
SnapPointsAlignment

Alignement à utiliser lors de l’application des points d’ancrage.

Retours

Collection en lecture seule des distances de point d’ancrage. Retourne une collection vide lorsqu’aucun point d’ancrage n’est présent.

Implémente

S’applique à