HwndSourceParameters.Width 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示視窗的寬度。
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
屬性值
視窗寬度 (以裝置像素為單位)。 預設值為 1。
備註
不同于在 WPF) Windows Presentation Foundation (採用矩形螢幕區域量值的大部分方法,您會以裝置圖元指定此視窗的大小,而不是一般的裝置獨立單位。 如果您需要將視窗的大小調整為其內容,請將 設定 SizeToContent 為 true
。
請勿將 設定 Width 為 0 (零) 。 這麼做會導致轉譯效能大幅降低。