Partilhar via


Método RibbonGalleryCategoriesPanel.SetVerticalOffset

Define a quantidade que o conteúdo é o deslocamento vertical em que o visor contendo em device-independent units (1/96th inch per unit).

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • offset
    Tipo: System.Double
    A quantidade que o conteúdo verticalmente é compensada no visor contendo em device-independent units (1/96th inch per unit).

Implementações

IScrollInfo.SetVerticalOffset(Double)

Segurança do .NET Framework

Consulte também

Referência

RibbonGalleryCategoriesPanel Classe

Namespace Microsoft.Windows.Controls.Ribbon.Primitives