StackPanelAreVerticalSnapPointsRegular Property

Gets or sets whether the vertical 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 AreVerticalSnapPointsRegular { get; set; }

Property Value

Boolean

Implements

IScrollSnapPointsInfoAreVerticalSnapPointsRegular

See Also