StackPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した方向と配置の不規則なスナップ ポイント間の距離のセットを返します。
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
スナップ ポイントを適用するときに使用する配置。
戻り値
スナップ ポイント距離の読み取り専用コレクション。 スナップ ポイントが存在しない場合は、空のコレクションを返します。