Share via


RibbonGalleryCategoriesPanel.VerticalOffset Property

Gets the vertical 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 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
The vertical offset of the scrolled content in device-independent units (1/96th inch per unit).

Implements

IScrollInfo.VerticalOffset

.NET Framework Security

See Also

Reference

RibbonGalleryCategoriesPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace