Skip to main content

OverlayWindowOptions.FadeOut Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool FadeOut { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FadeOut
WinForms Controls OverlayWindowOptions
.Default .FadeOut
XAF: Cross-Platform .NET App UI & Web API DefaultOverlayFormOptions
.Options .FadeOut
See Also