RadControls for WPF

Sets the amount of vertical offset.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public void SetVerticalOffset(
	double offset
)
Visual Basic
Public Sub SetVerticalOffset ( _
	offset As Double _
)

Parameters

offset
Type: System..::..Double
The degree to which content is vertically offset from the containing viewport.

Implements

IScrollInfo..::..SetVerticalOffset(Double)

See Also