StatusBar.BackgroundOpacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.