ScrollViewerView
ScrollViewerView
ScrollViewerView
ScrollViewerView
Class
Definition
Provides a view for a ScrollViewer when its view is changing.
public : sealed class ScrollViewerView : IScrollViewerViewpublic sealed class ScrollViewerView : IScrollViewerViewPublic NotInheritable Class ScrollViewerView Implements IScrollViewerView// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
HorizontalOffset HorizontalOffset HorizontalOffset HorizontalOffset
Gets the distance the content has been scrolled horizontally.
public : double HorizontalOffset { get; }public double HorizontalOffset { get; }Public ReadOnly Property HorizontalOffset As double// This API is not available in Javascript.
- Value
- double double double double
The distance the content has been scrolled horizontally.
VerticalOffset VerticalOffset VerticalOffset VerticalOffset
Gets the distance the content has been scrolled vertically.
public : double VerticalOffset { get; }public double VerticalOffset { get; }Public ReadOnly Property VerticalOffset As double// This API is not available in Javascript.
- Value
- double double double double
The distance the content has been scrolled vertically.
ZoomFactor ZoomFactor ZoomFactor ZoomFactor
Gets a value that indicates the current zoom factor engaged for content scaling.
public : float ZoomFactor { get; }public float ZoomFactor { get; }Public ReadOnly Property ZoomFactor As float// This API is not available in Javascript.
- Value
- float float float float
The current zoom factor engaged for content scaling. The default is 1.0, where 1.0 indicates no additional scaling.