Skip to main content
All docs
V26.1
  • FluentSplashScreenOptions.AppearanceSubtitle Property

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

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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