StackPanelAreHorizontalSnapPointsRegular Property

Gets or sets whether the horizontal snap points for the StackPanel are equidistant from each other.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool AreHorizontalSnapPointsRegular { get; set; }

Property Value

Boolean

Implements

IScrollSnapPointsInfoAreHorizontalSnapPointsRegular

See Also