Window.UsableWidth 属性

定义

返回指定的文档窗口中活动工作区的宽度 (以磅为单位)。

public:
 property int UsableWidth { int get(); };
public int UsableWidth { get; }
member this.UsableWidth : int
Public ReadOnly Property UsableWidth As Integer

属性值

注解

如果任何工作区的文档窗口中将显示, UsableWidth 将返回 1。 要确定实际可用高度,减去从 UsableWidth 值 1。

适用于