RibbonGalleryCategoriesPanel.ViewportHeight 属性

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

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

语法

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

属性值

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

实现

IScrollInfo.ViewportHeight

.NET Framework 安全性

请参见

参考

RibbonGalleryCategoriesPanel 类

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