Поделиться через


StackPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) Метод

Определение

Возвращает набор расстояний между нерегулярными точками прикрепления для указанной ориентации и выравнивания.

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)

Параметры

orientation
Orientation

Ориентация (измерение) для требуемого набора точек прикрепления.

alignment
SnapPointsAlignment

Выравнивание, используемое при применении точек привязки.

Возвращаемое значение

Только для чтения коллекция расстояний от точек прикрепления. Возвращает пустую коллекцию, если нет точек привязки.

Реализации

Применяется к