IScrollSnapPointsInfo Interface
Describes snap point behavior for objects that contain and present items.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IScrollSnapPointsInfo
Public Interface IScrollSnapPointsInfo
type IScrollSnapPointsInfo = interface end
| AreHorizontalSnapPointsRegular |
Gets or sets a value that indicates whether the horizontal snap points for the container are equidistant from each other.
|
| AreVerticalSnapPointsRegular |
Gets or sets a value that indicates whether the vertical snap points for the container are equidistant from each other.
|