图片预览:
<s:SurfaceWindow x:Class="SurfaceApplication2.SurfaceWindow1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="http://schemas.microsoft.com/surface/2008"
Title="SurfaceApplication2"
Background="LightBlue"
>
<s:SurfaceWindow.Resources>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="http://schemas.microsoft.com/surface/2008"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<SolidColorBrush x:Key="{x:Static s:SurfaceColors.LibraryControlScrollAreaBackgroundBrushKey }" Color="Transparent" />
</ResourceDictionary>
</s:SurfaceWindow.Resources>
<s:LibraryBar Background="Transparent" >
<Image Source="/SurfaceApplication2;component/Images/1%20.jpg"/>
<Image Source="/SurfaceApplication2;component/Images/1%20.jpg"/>
<Image Source="/SurfaceApplication2;component/Images/1%20.jpg"/>
<Image Source="/SurfaceApplication2;component/Images/1%20.jpg"/>
</s:LibraryBar>
</s:SurfaceWindow>