Window2.Width 属性

定义

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

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

属性值

注解

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

Width 属性不能设置为大于属性返回UsableWidth的值的值。

适用于