Back to Devexpress

OverlayWindowOptions.FadeIn Property

windowsforms-devexpress-dot-xtrasplashscreen-dot-overlaywindowoptions-9a9aa104.md

latest1.7 KB
Original Source

OverlayWindowOptions.FadeIn Property

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

Namespace : DevExpress.XtraSplashScreen

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to FadeIn
WinForms ControlsOverlayWindowOptions

.Default .FadeIn

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

.Options .FadeIn

|

See Also

OverlayWindowOptions Class

OverlayWindowOptions Members

DevExpress.XtraSplashScreen Namespace