다음을 통해 공유


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 입니다.

적용 대상