StackPanel.AreScrollSnapPointsRegular Property

Definition

Gets or sets a value that indicates whether the generated snap points used for panning in the StackPanel are equidistant from each other.

public:
 property bool AreScrollSnapPointsRegular { bool get(); void set(bool value); };
bool AreScrollSnapPointsRegular();

void AreScrollSnapPointsRegular(bool value);
public bool AreScrollSnapPointsRegular { get; set; }
var boolean = stackPanel.areScrollSnapPointsRegular;
stackPanel.areScrollSnapPointsRegular = boolean;
Public Property AreScrollSnapPointsRegular As Boolean
<StackPanel AreScrollSnapPointsRegular="bool" .../>

Property Value

Boolean

bool

true if the snap points in the StackPanel are equidistant from each other; otherwise, false.

Applies to