ScrollContentPresenter.SetHorizontalOffset(Double) Method

Definition

Sets the distance the content has been scrolled horizontally.

public:
 virtual void SetHorizontalOffset(double offset) = SetHorizontalOffset;
void SetHorizontalOffset(double const& offset);
public void SetHorizontalOffset(double offset);
function setHorizontalOffset(offset)
Public Sub SetHorizontalOffset (offset As Double)

Parameters

offset
Double

double

The distance the content has been scrolled horizontally.

Applies to