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

SplashScreenManager.SplashFormStartPosition Property

Gets or sets the arrangement of a splash form (SplashScreen or WaitForm).

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(SplashFormStartPosition.Default)]
[DXCategory("Layout")]
public SplashFormStartPosition SplashFormStartPosition { get; set; }

Property Value

Type Default Description
SplashFormStartPosition **Default**

A SplashFormStartPosition enumerator value specifying the arrangement of a splash form (SplashScreen or a WaitForm).

Available values:

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).

Remarks

By default, a SplashScreen is displayed centered against the screen and a WaitForm is centered against its parent form. You may want to position a splash form manually. In this case, set the manual splash form positioning mode via the SplashFormStartPosition property and use the SplashScreenManager.SplashFormLocation property to the set coordinates at which to show the splash form.

See Also