SystemParameters.SmallCaptionWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取规格,它确定非最小化窗口的非工作区的小标题宽度。
public:
static property double SmallCaptionWidth { double get(); };
public static double SmallCaptionWidth { get; }
static member SmallCaptionWidth : double
Public Shared ReadOnly Property SmallCaptionWidth As Double
属性值
以像素为单位的标题宽度。
注解
从SPI_GETNONCLIENTMETRICS获取指标。 请参阅 SystemParametersInfo。
XAML 属性使用方法
<
object property=“{ SystemParameters.SmallCaptionWidth}
”/>