DevicePickerAppearance.ForegroundColor 属性

定义

获取并设置选取器 UI 的前景色。

public:
 property Color ForegroundColor { Color get(); void set(Color value); };
Color ForegroundColor();

void ForegroundColor(Color value);
public Color ForegroundColor { get; set; }
var color = devicePickerAppearance.foregroundColor;
devicePickerAppearance.foregroundColor = color;
Public Property ForegroundColor As Color

属性值

前景色。

适用于