ScrollPresenter.State 属性

定义

获取控件的当前交互状态。

public:
 property ScrollingInteractionState State { ScrollingInteractionState get(); };
ScrollingInteractionState State();
public ScrollingInteractionState State { get; }
var scrollingInteractionState = scrollPresenter.state;
Public ReadOnly Property State As ScrollingInteractionState

属性值

控件的当前交互状态。

适用于