Freigeben über


RibbonGalleryCategoriesPanel.ExtentWidth-Eigenschaft

Ruft die horizontale Größe des Inhalts nach dem Bildlauf 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 ExtentWidth As Double
    Get
public double ExtentWidth { get; }
public:
virtual property double ExtentWidth {
    double get () sealed;
}
abstract ExtentWidth : float
override ExtentWidth : float
final function get ExtentWidth () : double

Eigenschaftswert

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

Implementiert

IScrollInfo.ExtentWidth

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonGalleryCategoriesPanel Klasse

Microsoft.Windows.Controls.Ribbon.Primitives-Namespace