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
前景色彩。
產品 | 版本 |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |