| Visual Basic (Declaration) | |
|---|---|
Public Property StartPosition As FormStartPosition | |
| C# | |
|---|---|
public FormStartPosition StartPosition {get; set;} | |
Property Value
A System.Windows.Forms.FormStartPosition that represents the starting position of the form.| Exception | Description |
|---|---|
| System.ComponentModel.InvalidEnumArgumentException | The value specified is outside the range of valid values. |