ToolStripItem.Height Property

Definition

Gets or sets the height, in pixels, of a 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

Property Value

An Int32 representing the height, in pixels.

Attributes

Applies to