Compartir a través de


RibbonGalleryCategoriesPanel.ViewportHeight (Propiedad)

Obtiene el tamaño vertical del intervalo visible del contenido en device-independent units (1/96th inch per unit).

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon.Primitives
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
Public ReadOnly Property ViewportHeight As Double
    Get
public double ViewportHeight { get; }
public:
virtual property double ViewportHeight {
    double get () sealed;
}
abstract ViewportHeight : float
override ViewportHeight : float
final function get ViewportHeight () : double

Valor de propiedad

Tipo: System.Double
Tamaño vertical del intervalo visible del contenido en device-independent units (1/96th inch per unit).

Implementaciones

IScrollInfo.ViewportHeight

Seguridad de .NET Framework

Vea también

Referencia

RibbonGalleryCategoriesPanel Clase

Microsoft.Windows.Controls.Ribbon.Primitives (Espacio de nombres)