StatusBar.BackgroundOpacity Property

Definition

Gets or sets the opacity of the background color of the status bar.

public:
 property double BackgroundOpacity { double get(); void set(double value); };
double BackgroundOpacity();

void BackgroundOpacity(double value);
public double BackgroundOpacity { get; set; }
var double = statusBar.backgroundOpacity;
statusBar.backgroundOpacity = double;
Public Property BackgroundOpacity As Double

Property Value

Double

double

The opacity of the background color of the status bar.

Applies to