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

  • 相关阅读:
    Java中的多线程
    谈谈Java中的类型识别RTTI
    Java中的几个重要的数据类型
    编译和运行Java程序
    说说Java中的接口
    说说Java的反射
    谈谈Java中的新的IO特性
    谈谈Java中的内部类
    谈谈Java中的类
    老妈也加入偷菜行列了
  • 原文地址:https://www.cnblogs.com/DeepBlues/p/2918673.html
Copyright © 2011-2022 走看看