Skip to main content
.NET 6.0+

DefaultOverlayFormOptions.Painter Property

Gets an OverlayWindowPainterBase object that specifies an Overlay Form painter.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v24.1.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public OverlayWindowPainterBase Painter { get; }

Property Value

Type Description
DevExpress.XtraSplashScreen.OverlayWindowPainterBase

Overlay Form painter.

Property Paths

You can access this nested property as listed below:

Object Type Path to Painter
DXSplashScreen
.OverlayFormOptions .Painter
See Also