Share via


StackPanel.AreVerticalSnapPointsRegular 属性

定义

获取一个值,该值指示 StackPanel 的垂直对齐点是否彼此等距。

public:
 property bool AreVerticalSnapPointsRegular { bool get(); };
bool AreVerticalSnapPointsRegular();
public bool AreVerticalSnapPointsRegular { get; }
var boolean = stackPanel.areVerticalSnapPointsRegular;
Public ReadOnly Property AreVerticalSnapPointsRegular As Boolean

属性值

Boolean

bool

如果 StackPanel 的垂直对齐点彼此等距,则为 true;否则为 false

实现

适用于