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.v18.1.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:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SplashFormStartPosition enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also