Share via


GuidanceRoadSignpost.BackgroundColor 属性

定义

获取符号的背景色。

注意

此 API 并非适用于所有 Windows 应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.Guidance 命名空间的详细信息,请与 Microsoft 帐户团队代表联系。

public:
 property Color BackgroundColor { Color get(); };
Color BackgroundColor();
public Color BackgroundColor { get; }
var color = guidanceRoadSignpost.backgroundColor;
Public ReadOnly Property BackgroundColor As Color

属性值

标志的背景色。 如果没有可用数据,则此值返回 Blue

适用于