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

FluentSplashScreenOptions.AppearanceSubtitle Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public AppearanceObject AppearanceSubtitle { get; }

Property Value

Type Description
AppearanceObject

The appearance settings used to paint the subtitle.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceSubtitle
FluentSplashScreenOptions
.Default .AppearanceSubtitle

Remarks

image

See Also