Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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