Compartir a través de


RibbonGalleryCategoriesPanel.ViewportWidth (Propiedad)

Obtiene el tamaño horizontal 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 ViewportWidth As Double
    Get
public double ViewportWidth { get; }
public:
virtual property double ViewportWidth {
    double get () sealed;
}
abstract ViewportWidth : float
override ViewportWidth : float
final function get ViewportWidth () : double

Valor de propiedad

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

Implementaciones

IScrollInfo.ViewportWidth

Seguridad de .NET Framework

Vea también

Referencia

RibbonGalleryCategoriesPanel Clase

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