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

DefaultOverlayFormOptions.Painter Property

Gets an OverlayWindowPainterBase object that specifies an Overlay Form painter.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

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
See Also