Enum SplashAlignment
Specifies the positioning of the splash with the desktop.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum SplashAlignment
Fields
Name | Description |
---|---|
Center | The splash window will be shown at the center of the screen. |
Custom | Does not indicate any of the above alignments. |
LeftBottom | The splash window will be shown at the bottom -left of the screen. |
LeftTop | The splash window will be shown at the top-left of the screen. |
RightBottom | The splash window will be shown at the bottom-right of the screen. |
RightTop | The splash window will be shown at the top-right of the screen. |
SystemTray | The Splash window will be made visible at the location closest to the system tray clock (if available). |