Freigeben über


RibbonGalleryCategoriesPanel.SetHorizontalOffset-Methode

Legt den Betrag des horizontalen Offsets für Inhalt relativ zum enthaltenden Viewport in device-independent units (1/96th inch per unit) fest.

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

Syntax

'Declaration
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
)

Parameter

  • offset
    Typ: System.Double
    Der Betrag des horizontalen Offsets für den Inhalt relativ zum enthaltenden Viewport in device-independent units (1/96th inch per unit).

Implementiert

IScrollInfo.SetHorizontalOffset(Double)

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonGalleryCategoriesPanel Klasse

Microsoft.Windows.Controls.Ribbon.Primitives-Namespace