SplashScreen (包架构Windows 8)
定义初始屏幕的外观,该屏幕在启动期间由应用显示。
元素层次结构
- <包>
-
- <应用程序>
-
- <应用程序>
-
- <VisualElements>
- <SplashScreen>
语法
<SplashScreen BackgroundColor? = A three-byte hexadecimal number preceded by "#" or a named color.
Image = A string between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that can't contain these characters: <, >, :, %, ", |, ?, or *. In this string, the / and \ characters can't be the first or last characters. Also, the string can contain / or \ but not both. />
键
?
可选 (零个或一)
特性和元素
特性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
BackgroundColor | 指定初始屏幕的背景色。 有关颜色名称,请参阅"备注"部分。 |
前面带有"#"或命名颜色的三字节十六进制数字。 | 否 | |
图像 | 初始屏幕图像的路径。 有关大小要求,请参阅备注部分。 |
长度介于 1 到 256 个字符之间的字符串,以".jpg"、".png"或".jpeg"结尾,不能包含以下字符:<>、:、%"、"、|、?或 *。 在此字符串中, / 和 \ 字符不能是前个或最后一个字符。 此外,字符串可以包含 / 或 \ ,但不能同时包含这两者。 | 是 |
子元素
无。
父元素
父元素 | 说明 |
---|---|
VisualElements | 描述 UWP 应用的视觉方面:其默认磁贴、徽标图像、文本和背景颜色、初始屏幕方向、初始屏幕和锁屏磁贴外观。 |
备注
初始屏幕图像可以作为图像文件的直接路径或作为资源提供。 通过使用资源引用,你可以提供不同比例的图像,以便 Windows 可以选择适合设备和屏幕分辨率的最佳大小。 你还可以提供辅助功能的高对比度图像和本地化图像,以匹配不同的 UI 语言。 有关详细信息, 请参阅全球化主题 。
初始屏幕图像的大小要求如下所示:
图像属性缩放图像大小(以像素为单位)Applications\Application\VisualElements\SplashScreen\@Image 100 620x300 140 868x420 180 1116x540
以下是支持的背景色名称:
名称 | 名称 | 名称 | 名称 | 名称 | 名称 |
---|---|---|---|---|---|
aliceBlue | """1000000 | 浅绿色 | 水绿色 | azure | 米黄色 |
橘黄色 | black | blanchedAlmond | blue | blueViolet | 棕色 |
burlyWood | cadetBlue | 黄绿色 | 巧克力色 | 珊瑚色 | cornflowerBlue |
玉米丝色 | 深红色 | 蓝绿色 | darkBlue | darkCyan | dark使用 dark使用 |
darkGray | darkGreen | dark则Ki | darkMagenta | darkOliveGreen | darkOrange |
darkOrchid | darkRed | darkSalmon | darkSeaGreen | darkSlateBlue | darkSlateGray |
darkTurqu以 | darkViolet | deepPink | deepSkyBlue | dimGray | 一个 |
火砖色 | 将"10000001 | forestGreen | 紫红色 | 亮灰色 | ghostWhite |
金色 | 金麒麟色 | 灰色 | green | greenYellow | 蜜色 |
hotPink | 将 | 靛蓝色 | 乳白色 | 卡其色 | 淡紫色 |
lavenderBlush | 将""1000000 | 将chiffon | lightBlue | lightCoral | lightCyan |
light数据 | lightGreen | lightGray | lightPink | lightSalmon | lightSeaGreen |
lightSkyBlue | lightSlateGray | lightSteelBlue | lightYellow | lime | 将"""100000 |
亚麻色 | 洋红色 | 褐红色 | mediumAquamarine | mediumBlue | mediumOrchid |
mediumPurple | mediumSeaGreen | mediumSlateBlue | mediumSpringGreen | mediumTurqu以 | mediumVioletRed |
midnightBlue | 将创建 | 将 | 鹿皮色 | navajoWhite | 深蓝色 |
oldLace | 橄榄色 | dradrab | orange | orangeRed | 兰花紫 |
将进行 | 使用"""green" | 将turqu以 | 将"""10000001" | 一个 | 2010 年 1 月 |
秘鲁棕色 | pink | 梅红色 | 将进行发布 | purple | 红色 |
rosyBrown | 将""作为"10000 | 将"""brown" | 鲑肉色 | 将"""brown" | seaGreen |
贝壳 | 赭色 | 银色 | skyBlue | slateBlue | slateGray |
snow | springGreen | steelBlue | tan | 水鸭色 | 蓟色 |
番茄色 | transparent | 宝石绿色 | 紫罗兰色 | 小麦色 | white |
whiteSmoke | yellow | yellowGreen |
请参阅
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |