DashboardObjectHeight Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the height of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int Height { get; set; }
Public Property Height As Integer
Get
Set
public:
virtual property int Height {
int get () sealed;
void set (int value) sealed;
}
function get_Height();
function set_Height(value);
Property Value
Type:
Int32The height of this object.
Return Value
Type:
Int32The height of this object.
Remarks See Also