DevicePickerAppearance.SelectedForegroundColor 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取并设置在选取器中选择的设备的前景色。
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
	属性值
前景色。