RasCommonDialog.Location Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the coordinates of the upper-left corner of the dialog box.

Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

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

See Also