Skip to main content
All docs
V25.1
  • FluentSplashScreenOptions.AppearanceRightFooter Property

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

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public AppearanceObject AppearanceRightFooter { get; }

    Property Value

    Type Description
    AppearanceObject

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

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AppearanceRightFooter
    FluentSplashScreenOptions
    .Default .AppearanceRightFooter

    Remarks

    image

    See Also