|
| DotRas SDK Documentation |
| RasCommonDialog..::..Location Property |
| RasCommonDialog Class See Also Send Feedback |
|
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 |