ToolStripItem.Height プロパティ

定義

ToolStripItem の高さをピクセル単位で取得または設定します。

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

高さをピクセル単位で表す Int32

属性

適用対象