Share via


ScrollViewerViewChangedEventArgs.IsIntermediate 屬性

定義

取得值,這個值表示引發事件的基礎操作是否完成。

public:
 property bool IsIntermediate { bool get(); };
bool IsIntermediate();
public bool IsIntermediate { get; }
var boolean = scrollViewerViewChangedEventArgs.isIntermediate;
Public ReadOnly Property IsIntermediate As Boolean

屬性值

Boolean

bool

如果 操作位於中繼階段且尚未結束,則為 True; 如果 操作是最終的,則為 false。

適用於