RibbonGalleryCategoriesPanel.ExtentHeight 属性

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

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

语法

声明
Public ReadOnly Property ExtentHeight As Double
    Get
public double ExtentHeight { get; }
public:
virtual property double ExtentHeight {
    double get () sealed;
}
abstract ExtentHeight : float
override ExtentHeight : float
final function get ExtentHeight () : double

属性值

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

实现

IScrollInfo.ExtentHeight

.NET Framework 安全性

请参见

参考

RibbonGalleryCategoriesPanel 类

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