# DeviceBackground

Namespace: **Wisej.Hybrid**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Provides properties to interact with the device's background.

{% tabs %}
{% tab title="C#" %}

```csharp
public class DeviceBackground
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class DeviceBackground
```

{% endtab %}
{% endtabs %}

Access this class through the [Device](https://docs.wisej.com/hybrid/start/api/general/wisej.hybrid.device) singleton.

## Constructors

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DeviceBackground()

Creates a new instance of [DeviceBackground](https://docs.wisej.com/hybrid/start/api/ui/wisej.hybrid.devicebackground).

## Properties

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)BackColor

[Color](https://docs.microsoft.com/dotnet/api/system.drawing.color): Gets or sets the device's background color.
