OrientedVirtualizingPanel.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.
Changes the horizontal offset of content within the OrientedVirtualizingPanel viewport.
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 horizontal offset to set, in pixels.