Freigeben über


RibbonGalleryCategoriesPanel.ViewportWidth-Eigenschaft

Ruft die horizontale Größe des sichtbaren Bereichs des Inhalts in device-independent units (1/96th inch per unit) ab.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Double
Die horizontale Größe des sichtbaren Bereichs des Inhalts in device-independent units (1/96th inch per unit).

Implementiert

IScrollInfo.ViewportWidth

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonGalleryCategoriesPanel Klasse

Microsoft.Windows.Controls.Ribbon.Primitives-Namespace