Back to Devexpress

SplashFormStartPosition Enum

windowsforms-devexpress-dot-xtrasplashscreen-da3c83b5.md

latest1.9 KB
Original Source

SplashFormStartPosition Enum

Enumerates values that specify the screen position where a splash screen/wait indicator is displayed.

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum SplashFormStartPosition
vb
Public Enum SplashFormStartPosition

Members

NameDescription
Default

The position is not specified explicitly. If the main application form is not yet displayed, the splash form is shown at the center of the screen. If the main application form is already displayed, the splash form is centered relative to the active form. If the parentForm parameter of a method that shows a wait form is specified, the wait form is centered relative to the parent form.

| | Manual |

To specify the position, use the SplashScreenManager.SplashFormLocation property or the location parameter of a method that shows the splash form.

| | CenterScreen |

A splash screen/wait form is displayed at the center of the screen.

|

The following properties accept/return SplashFormStartPosition values:

See Also

SplashFormStartPosition

DevExpress.XtraSplashScreen Namespace