Gets or sets the control height. Only pixel values are allowed.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public override Unit Height { get; set; }
Visual Basic (Declaration)
Public Overrides Property Height As Unit
Visual C++
public:
virtual property Unit Height {
	Unit get () override;
	void set (Unit value) override;
}

See Also