IXRScrollContentPresenter::GetVerticalOffset (Compact 2013)

3/28/2014

This method gets the value of the VerticalOffset property, which indicates how far the content was scrolled vertically.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetVerticalOffset(
    __out float* pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to the value of the VerticalOffset property, which indicates how far the content was scrolled vertically.

Return Value

Returns an HRESULT that indicates whether or not the method succeeded.

.NET Framework Equivalent

System.Windows.Controls.ScrollContentPresenter.VerticalOffset

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRScrollContentPresenter
IXRControlTemplate
IXRScrollViewer