共用方式為


ScrollPresenter.State 屬性

定義

取得控制件的目前互動狀態。

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

屬性值

控件的目前互動狀態。

適用於