CreateParams.Height 属性

定义

获取或设置控件的初始高度。

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

属性值

表示控件初始高度的数值。

适用于

另请参阅