ViewportDataViewY Property  | 
 
            Gets or sets the Y coordinate of the corner 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 ViewY { get; set; }Public Property ViewY As Single
	Get
	Set
public:
property float ViewY {
	float get ();
	void set (float value);
}member ViewY : float32 with get, set
Property Value
Type: 
Single
            A map coordinate.
            
See Also