# DeviceStatusBar

Namespace: **Wisej.Hybrid**

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

Provides properties to interact with the device's status bar.

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

```csharp
public class DeviceStatusBar
```

{% endtab %}

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

```visual-basic
Public Class DeviceStatusBar
```

{% 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)DeviceStatusBar()

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

## 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 back color of the Device's status bar.

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

[StatusBarTextColor](https://docs.wisej.com/hybrid/start/api/ui/wisej.hybrid.shared.statusbar.statusbartextcolor): Gets or sets the text color of the status bar.
