The algorithm for the initial dialog position.
| C# |
public enum DialogPosition
| Member | Description |
|---|---|
| Center |
Dialog is centered within editor size.
|
| Top |
Dialog top is the same as editor top.
|
| TopOffset |
Dialog top is offset 100 pixels below editor top.
|
| TopLeftOffset |
Dialog top is offset 100 pixels below editor top and dialog left is
offset 100 pixels right of editor left.
|