ScrollPattern.ScrollPatternInformation Struktur
Definition
Gewährt mithilfe des zugehörigen ScrollPattern-Accessors oder Current-Accessors Zugriff auf die Eigenschaftswerte eines Cached-Objekts.Provides access to the property values of a ScrollPattern object using its Current or Cached accessors.
public: value class ScrollPattern::ScrollPatternInformation
public struct ScrollPattern.ScrollPatternInformation
type ScrollPattern.ScrollPatternInformation = struct
Public Structure ScrollPattern.ScrollPatternInformation
- Vererbung
Eigenschaften
HorizontallyScrollable |
Ruft einen Wert ab, der angibt, ob das Benutzeroberflächenautomatisierungs-Element horizontal gescrollt werden kann.Gets a value that indicates whether the UI Automation element can scroll horizontally. |
HorizontalScrollPercent |
Ruft die aktuelle horizontale Bildlaufposition ab.Gets the current horizontal scroll position. |
HorizontalViewSize |
Ruft die aktuelle Größe der horizontalen Ansicht ab.Gets the current horizontal view size. |
VerticallyScrollable |
Ruft einen Wert ab, der angibt, ob das Benutzeroberflächenautomatisierungs-Element vertikal gescrollt werden kann.Retrieves a value that indicates whether the UI Automation element can scroll vertically. |
VerticalScrollPercent |
Ruft die aktuelle vertikale Bildlaufposition ab.Gets the current vertical scroll position. |
VerticalViewSize |
Ruft die aktuelle vertikale Größe der Ansicht ab.Gets the current vertical view size. |
Gilt für:
Siehe auch
- Übersicht über Steuerelementmuster für BenutzeroberflächenautomatisierungUI Automation Control Patterns Overview
- Steuerelementmuster für Benutzeroberflächenautomatisierung für ClientsUI Automation Control Patterns for Clients
- Verwenden der Zwischenspeicherung in der BenutzeroberflächenautomatisierungUse Caching in UI Automation