DataPA Enterprise Dashboard Controls API Reference
Gets the height of this Dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public int Height { get; }
Visual Basic
Public ReadOnly Property Height As Integer
	Get
Visual C++
public:
virtual property int Height {
	int get () sealed;
}

Return Value

Type: Int32
The height of this Dashboard.

Remarks