Skip to main content
A newer version of this page is available. .

SplashFormStartPosition Enum

Contains values that specify a splash form’s start position.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public enum SplashFormStartPosition

Members

Name Description
Default

A splash form’s default start position. A SplashScreen is displayed centered against the screen and a WaitForm is centered against its parent form.

Manual

The start position of a splash form is specified manually (via the SplashScreenManager.SplashFormLocation property or a parameter of the splash form display method).

Related API Members

The following properties accept/return SplashFormStartPosition values:

See Also