StatusBar.BackgroundColor 属性

定义

获取或设置状态栏的背景色。 不使用颜色的 alpha 通道。

public:
 property IReference<Color> ^ BackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> BackgroundColor();

void BackgroundColor(IReference<Color> value);
public System.Nullable<Color> BackgroundColor { get; set; }
var iReference = statusBar.backgroundColor;
statusBar.backgroundColor = iReference;
Public Property BackgroundColor As Nullable(Of Color)

属性值

状态栏的背景色。

适用于