ScrollContentPresenter.SetHorizontalOffset(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.