Back to Devexpress

SplashScreenManager.SplashFormLocation Property

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-54d8e3fa.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public Point SplashFormLocation { get; set; }
vb
<DXCategory("Layout")>
Public Property SplashFormLocation As Point

Property Value

TypeDescription
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

SplashFormStartPosition

ShowForm

Splash Form Position

SplashScreenManager Class

SplashScreenManager Members

DevExpress.XtraSplashScreen Namespace