Window2.Height 属性

定义

获取或设置对象表示 WindowObject 的窗口的高度,以磅为单位。

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
member this.Height : int with get, set
Public Property Height As Integer

属性值

注解

如果在最小化或最大化的窗口上设置 Height 属性,则将返回错误。

不能将 Height 属性设置为大于 返回UsableHeight的值的值。

适用于