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

  • 相关阅读:
    Alpha版(内部测试版)发布
    冲刺2-3
    冲刺2-2
    冲刺2-1
    团队绩效评价
    改进方案
    意见汇总
    27组评价
    冲刺10
    SOA
  • 原文地址:https://www.cnblogs.com/DeepBlues/p/2918673.html
Copyright © 2011-2022 走看看