ViewportDataViewY Property |
Gets or sets the y axis 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 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
The y axis location of the current view port.
See Also