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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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