Summary
Types of startup locations that you can use for windows
Signature
1 |
|
Namespace
cAlgo.API
Fields
Manual
Summary
Default window startup location value. The startup location of a Window is set from code, or defers to the default Windows location.
Signature
1 |
|
Return Value
WindowStartupLocation
CenterScreen
Summary
Window is placed at the center of the screen.
Signature
1 |
|
Return Value
WindowStartupLocation
CenterOwner
Summary
Window is placed at the center of its owner.
Signature
1 |
|
Return Value
WindowStartupLocation
Related Tutorials
- Window