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

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

Syntax

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

See Also