Skip to main content
A newer version of this page is available. .

OverlayWindowOptions.FadeIn Property

Gets or sets whether to use the fade-in effect to show the form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public bool FadeIn { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FadeIn
WinForms Controls OverlayWindowOptions
.Default .FadeIn
eXpressApp Framework DefaultOverlayFormOptions
.Options .FadeIn
See Also