Share via


RibbonTabsPanel.VerticalOffset Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This API is not implemented.

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

Syntax

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

Property Value

Type: System.Double
0.0 in all cases.

Implements

IScrollInfo.VerticalOffset

Remarks

The RibbonTabsPanel provides horizontal scrolling by line for RibbonTab controls in a Ribbon. Scrolling up or down, and scrolling by page is not supported.

.NET Framework Security

See Also

Reference

RibbonTabsPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace