Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.