RibbonGalleryCategoriesPanel.ExtentWidth 属性

获取 device-independent units (1/96th inch per unit) 中滚动内容的水平大小。

命名空间:  Microsoft.Windows.Controls.Ribbon.Primitives
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
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

属性值

类型:System.Double
device-independent units (1/96th inch per unit) 中滚动内容的水平大小。

实现

IScrollInfo.ExtentWidth

.NET Framework 安全性

请参见

参考

RibbonGalleryCategoriesPanel 类

Microsoft.Windows.Controls.Ribbon.Primitives 命名空间