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

實作

適用於