Back to Devexpress

OverlayWindowOptions.FadeOut Property

windowsforms-devexpress-dot-xtrasplashscreen-dot-overlaywindowoptions-42a787aa.md

latest1.7 KB
Original Source

OverlayWindowOptions.FadeOut Property

Gets or sets whether to use the fade-out effect to close the form.

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool FadeOut { get; set; }
vb
Public Property FadeOut As Boolean

Property Value

TypeDescription
Boolean

true , to use the fade-out effect; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to FadeOut
WinForms ControlsOverlayWindowOptions

.Default .FadeOut

| | XAF: Cross-Platform .NET App UI & Web API | DefaultOverlayFormOptions |

.Options .FadeOut

|

See Also

OverlayWindowOptions Class

OverlayWindowOptions Members

DevExpress.XtraSplashScreen Namespace