Compartir a través de


RibbonGalleryCategoriesPanel.SetHorizontalOffset (Método)

Establece la cantidad en que el contenido está horizontalmente desplazado en la ventanilla contenedora en device-independent units (1/96th inch per unit).

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon.Primitives
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Public Sub SetHorizontalOffset ( _
    offset As Double _
)
public void SetHorizontalOffset(
    double offset
)
public:
virtual void SetHorizontalOffset(
    double offset
) sealed
abstract SetHorizontalOffset : 
        offset:float -> unit 
override SetHorizontalOffset : 
        offset:float -> unit 
public final function SetHorizontalOffset(
    offset : double
)

Parámetros

  • offset
    Tipo: System.Double
    La cantidad en que el contenido está horizontalmente desplazado en la ventanilla contenedora en device-independent units (1/96th inch per unit).

Implementaciones

IScrollInfo.SetHorizontalOffset(Double)

Seguridad de .NET Framework

Vea también

Referencia

RibbonGalleryCategoriesPanel Clase

Microsoft.Windows.Controls.Ribbon.Primitives (Espacio de nombres)