Dela via


RibbonTabHeadersPanel.HorizontalOffset Property

Gets the horizontal offset of the scrolled content in device-independent units (1/96th inch per unit).

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

Syntax

'Declaration
Public ReadOnly Property HorizontalOffset As Double
public double HorizontalOffset { get; }
public:
virtual property double HorizontalOffset {
    double get () sealed;
}
abstract HorizontalOffset : float
override HorizontalOffset : float
final function get HorizontalOffset () : double

Property Value

Type: System.Double
The horizontal offset of the scrolled content in device-independent units (1/96th inch per unit). This property has no default value.

Implements

IScrollInfo.HorizontalOffset

Remarks

This property contains the HorizontalOffset value of the panel’s internal ScrollViewer.

.NET Framework Security

See Also

Reference

RibbonTabHeadersPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace