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