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

スナップポイントを適用するときに使用する配置。

返品

スナップ ポイント距離の読み取り専用コレクション。 スナップポイントが存在しない場合は、空のコレクションを返します。

実装

適用対象