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

    Gets or sets the background color. If this parameter is set to Color.Empty, the actual background color is Color.Black.

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public Color OpacityColor { get; set; }

    Property Value

    Type Description
    Color

    The background color.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to OpacityColor
    FluentSplashScreenOptions
    .Default .OpacityColor
    See Also