DataPA Enterprise Dashboard Controls API Reference
The Y location of the desktop alert used to fetch Easyl System Structure.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public int Y { get; set; }
Visual Basic
Public Property Y As Integer
	Get
	Set
Visual C++
public:
property int Y {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
The Y location of the desktop alert used to fetch Easyl System Structure.

Return Value

Type: Int32
The Y location of the desktop alert used to fetch Easyl System Structure.

Remarks

The Y location of the desktop alert used to fetch Easyl System Structure.

See Also