ItemsPresenter.AreVerticalSnapPointsRegular 属性

定义

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

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

属性值

Boolean

bool

如果 ItemsPresenter 的垂直吸附点彼此等距,则为 True;否则为 false

实现

适用于