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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.