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

SplashScreenManager.SplashFormLocation Property

Gets or sets the screen coordinates at which a splash form (SplashScreen or WaitForm) will be displayed.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Layout")]
public Point SplashFormLocation { get; set; }

Property Value

Type Description
Point

A Point structure specifying the screen coordinates at which a splash form (SplashScreen or WaitForm) will be displayed.

Remarks

The SplashFormLocation property is used when the SplashScreenManager.SplashFormStartPosition property is set to Manual. Otherwise, these coordinates are ignored.

See Also