WindowStartupLocation¶
Summary¶
Types of startup locations that you can use for windows
Signature¶
1 |
|
Namespace¶
cAlgo.API
Fields¶
Name | Description |
---|---|
Manual | Default window startup location value.The startup location of a Window is set from code, or defers to the default Windows location. |
CenterScreen | Window is placed at the center of the screen. |
CenterOwner | Window is placed at the center of it's owner. |
Last update: January 30, 2023