StackPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the set of distances between irregular snap points for a specified orientation and alignment.
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)
Parameters
- orientation
- Orientation
The orientation (dimension) for the desired snap point set.
- alignment
- SnapPointsAlignment
The alignment to use when applying the snap points.
Returns
The read only collection of snap point distances. Returns an empty collection when no snap points are present.