Gets or sets the location to display the tooltip.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Point Location { get; set; }
Visual Basic
Public Property Location As Point
	Get
	Set
Visual C++
public:
property Point Location {
	Point get ();
	void set (Point value);
}
F#
member Location : Point with get, set

Property Value

Type: Point
The location.

See Also