Gets or sets the height of the button control.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int Height { get; set; }
Property Height As Integer
	Get
	Set
property int Height {
	int get ();
	void set (int value);
}
abstract Height : int with get, set

Property Value

Int32

See Also