Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the amount that content is vertical offset in the containing viewport in device-independent units (1/96th inch per unit).
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub SetVerticalOffset ( _
offset As Double _
)
public void SetVerticalOffset(
double offset
)
public:
virtual void SetVerticalOffset(
double offset
) sealed
abstract SetVerticalOffset :
offset:float -> unit
override SetVerticalOffset :
offset:float -> unit
public final function SetVerticalOffset(
offset : double
)
Parameters
- offset
Type: System.Double
The amount that content is vertically offset in the containing viewport in device-independent units (1/96th inch per unit).
Implements
IScrollInfo.SetVerticalOffset(Double)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.