LoopingSelectorPanel
LoopingSelectorPanel
LoopingSelectorPanel
LoopingSelectorPanel
Class
Definition
A panel for positioning and arranging child LoopingSelector elements.
public : sealed class LoopingSelectorPanel : Canvas, ILoopingSelectorPanel, IScrollSnapPointsInfopublic sealed class LoopingSelectorPanel : Canvas, ILoopingSelectorPanel, IScrollSnapPointsInfoPublic NotInheritable Class LoopingSelectorPanel Inherits Canvas Implements ILoopingSelectorPanel, IScrollSnapPointsInfo// This API is not available in Javascript.
- Inheritance
-
LoopingSelectorPanelLoopingSelectorPanelLoopingSelectorPanelLoopingSelectorPanel
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Inherited events
Inherited methods
Remarks
Properties
AreHorizontalSnapPointsRegular AreHorizontalSnapPointsRegular AreHorizontalSnapPointsRegular AreHorizontalSnapPointsRegular
Gets a value that determines whether the horizontal snap points for the LoopingSelectorPanel are equidistant from each other.
public : PlatForm::Boolean AreHorizontalSnapPointsRegular { get; }public bool AreHorizontalSnapPointsRegular { get; }Public ReadOnly Property AreHorizontalSnapPointsRegular As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
True if the horizontal snap points are equidistant from each other; otherwise, false.
AreVerticalSnapPointsRegular AreVerticalSnapPointsRegular AreVerticalSnapPointsRegular AreVerticalSnapPointsRegular
Gets a value that determines whether the vertical snap points for the LoopingSelectorPanel are equidistant from each other.
public : PlatForm::Boolean AreVerticalSnapPointsRegular { get; }public bool AreVerticalSnapPointsRegular { get; }Public ReadOnly Property AreVerticalSnapPointsRegular As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
True if the vertical snap points are regular equidistant from each other; otherwise, false.
Methods
GetIrregularSnapPoints(Orientation, SnapPointsAlignment) GetIrregularSnapPoints(Orientation, SnapPointsAlignment) GetIrregularSnapPoints(Orientation, SnapPointsAlignment) GetIrregularSnapPoints(Orientation, SnapPointsAlignment)
Returns a read-only collection of numbers that represent the irregular snap points for the specified orientation.
public : IVectorView<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment)public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment)Public Function GetIrregularSnapPoints(orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList( Of float )// This API is not available in Javascript.
- orientation
- Orientation Orientation Orientation Orientation
The orientation of the requested snap points.
The alignment used by the caller when applying the requested snap points.
A read-only collection of numbers that represent the irregular snap points for the specified orientation, or an empty collection when no irregular snap points are present.
GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single) GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single) GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single) GetRegularSnapPoints(Orientation, SnapPointsAlignment, Single)
Returns a read-only collection of numbers that represent the regular snap points for the specified orientation.
public : float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, float offset)public float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, Single offset)Public Function GetRegularSnapPoints(orientation As Orientation, alignment As SnapPointsAlignment, offset As Single) As float// This API is not available in Javascript.
- orientation
- Orientation Orientation Orientation Orientation
The orientation of the requested snap points.
The alignment used by the caller when applying the requested snap points.
- offset
- float Single Single Single
The offset of the first snap point.
A read-only collection of numbers that represent the regular snap points for the specified orientation, or an empty collection when no regular snap points are present.
Events
HorizontalSnapPointsChanged HorizontalSnapPointsChanged HorizontalSnapPointsChanged HorizontalSnapPointsChanged
Occurs when the horizontal snap points change.
public : event EventHandler HorizontalSnapPointsChanged<object>public event EventHandler HorizontalSnapPointsChanged<object>Public Event HorizontalSnapPointsChanged<object>// This API is not available in Javascript.
VerticalSnapPointsChanged VerticalSnapPointsChanged VerticalSnapPointsChanged VerticalSnapPointsChanged
Occurs when the vertical snap points change.
public : event EventHandler VerticalSnapPointsChanged<object>public event EventHandler VerticalSnapPointsChanged<object>Public Event VerticalSnapPointsChanged<object>// This API is not available in Javascript.