Share via


StatusBar.ForegroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar depan bilah status. Saluran alfa warna tidak digunakan.

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

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

Nilai Properti

Warna latar depan bilah status.

Berlaku untuk