Share via


RibbonGalleryCategoriesPanel.SetVerticalOffset Method

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

See Also

Reference

RibbonGalleryCategoriesPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace