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

FluentSplashScreenOptions.AppearanceLeftFooter Property

Gets or sets the appearance settings used to paint the text in the left footer region.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public AppearanceObject AppearanceLeftFooter { get; }

Property Value

Type Description
AppearanceObject

The appearance settings used to paint the text in the left footer region.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceLeftFooter
FluentSplashScreenOptions
.Default .AppearanceLeftFooter

Remarks

image

See Also