ViewportDataHeight Property  | 
 
            Gets or sets the available height of the current viewport.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
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
            A height in pixels.
            
See Also