SplitterPanel.Height 屬性

定義

取得或設定 SplitterPanel 的高度。

public:
 property int Height { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int Height { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Height : int with get, set
Public Property Height As Integer

屬性值

Int32

SplitterPanel 的高度,以像素為單位。

屬性

例外狀況

無法設定高度。

適用於