ScrollContentPresenter.VerticalOffset Property

Definition

Gets the distance the content has been scrolled vertically.

public:
 property double VerticalOffset { double get(); };
double VerticalOffset();
public double VerticalOffset { get; }
var double = scrollContentPresenter.verticalOffset;
Public ReadOnly Property VerticalOffset As Double

Property Value

Double

double

The distance the content has been scrolled vertically.

Applies to

See also