Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the vertical size of the content's visible range 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 ViewportHeight As Double
public double ViewportHeight { get; }
public:
virtual property double ViewportHeight {
double get () sealed;
}
abstract ViewportHeight : float
override ViewportHeight : float
final function get ViewportHeight () : double
Property Value
Type: System.Double
The vertical size of the content's visible range 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.