zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    HDU 1010 Tempter of the Bone
    HDU 4421 Bit Magic(奇葩式解法)
    HDU 2614 Beat 深搜DFS
    HDU 1495 非常可乐 BFS 搜索
    Road to Cinema
    Sea Battle
    Interview with Oleg
    Spotlights
    Substring
    Dominating Patterns
  • 原文地址:https://www.cnblogs.com/DeepBlues/p/2918673.html
Copyright © 2011-2022 走看看