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

SplashScreenManager.Properties Property

Contains properties controlling a form’s appearance.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public SplashFormProperties Properties { get; set; }

Property Value

Type Description
SplashFormProperties

A SplashFormProperties object that contains appearance settings for splash forms.

Remarks

Use the Properties properties to customize a splash form’s appearance settings. For instance, you can enable/disable fade-in and fade-out effects for splash forms.

See Also