Compartilhar via


ScrollViewerViewChangedEventArgs.IsIntermediate Propriedade

Definição

Obtém um valor que indica se a manipulação subjacente que gerou o evento está concluída.

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

Valor da propriedade

Boolean

bool

True se a manipulação estiver em um estágio intermediário e ainda não for final; false se a manipulação for final.

Aplica-se a