DevicePickerAppearance.SelectedForegroundColor Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan dan mengatur warna latar depan untuk perangkat yang dipilih di pemilih.
public:
property Color SelectedForegroundColor { Color get(); void set(Color value); };
Color SelectedForegroundColor();
void SelectedForegroundColor(Color value);
public Color SelectedForegroundColor { get; set; }
var color = devicePickerAppearance.selectedForegroundColor;
devicePickerAppearance.selectedForegroundColor = color;
Public Property SelectedForegroundColor As Color
Nilai Properti
Warna latar depan.