Share via


ScrollingIndicatorMode Enumeration

Definition

Definiert Konstanten, die eingabespezifische Übergangsanimationen angeben, die Teil der Standardvorlage für ScrollBar sind.

public enum class ScrollingIndicatorMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ScrollingIndicatorMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ScrollingIndicatorMode
Public Enum ScrollingIndicatorMode
<objectproperty="enumMemberName" />
Vererbung
ScrollingIndicatorMode
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

MouseIndicator 2

Verwenden Sie eingabespezifische Übergänge, die für mauseingaben geeignet sind.

None 0

Verwenden Sie keine eingabespezifischen Übergänge.

TouchIndicator 1

Verwenden Sie eingabespezifische Übergänge, die für Toucheingaben geeignet sind.

Gilt für: