Skip to main content
All docs
V25.1
  • OverlayWindowOptions.BackColor Property

    Gets or sets the background color.

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public Color BackColor { get; set; }

    Property Value

    Type Description
    Color

    The background color.

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to BackColor
    WinForms Controls OverlayWindowOptions
    .Default .BackColor
    XAF: Cross-Platform .NET App UI & Web API DefaultOverlayFormOptions
    .Options .BackColor
    See Also