ViewportDataHeight Property |
Gets or sets the height of the current view port.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic float Height { get; set; }Public Property Height As Single
Get
Set
public:
property float Height {
float get ();
void set (float value);
}member Height : float32 with get, set
Property Value
Type:
Single
The height of the current view port.
See Also