WPF LibraryBar去背景色

图片预览:

<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>

 摘自:http://social.msdn.microsoft.com/Forums/zh/surfaceappdevelopment/thread/7464edc1-0252-4df8-9bee-c98448ee9302

原文地址:https://www.cnblogs.com/DeepBlues/p/2918673.html