Skip to main content

FluentSplashScreenOptions.AppearanceTitle Property

Gets or sets the appearance settings used to paint the title.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AppearanceObject AppearanceTitle { get; }

Property Value

Type Description
AppearanceObject

The appearance settings used to paint the title.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceTitle
FluentSplashScreenOptions
.Default .AppearanceTitle

Remarks

image

See Also