• 大小:
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: C#  

资源简介

WPF藏储物流框架,模板,仅供参考,来自codeplex

资源截图

代码片段和文件信息

using System;
using System.Diagnostics;
using System.Windows;

namespace MahApps.Metro
{
    /// 
    /// An object that represents the foreground color for a Metro .
    /// 

    [DebuggerDisplay(“accent={Name} res={Resources.Source}“)]
    public class Accent
    {
        /// 
        /// The ResourceDictionary that represents this Accent.
        /// 

        public ResourceDictionary Resources;
        /// 
        /// Gets/sets the name of the Accent.
        /// 

        public string Name { get; set; }

        /// 
        /// Initializes a new instance of the MahApps.Metro.Accent class.
        /// 

        public Accent()
        { }

        /// 

        /// Initializes a ne

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\.build\
     文件      630272  2014-04-11 13:29  MahApps.Metro-0.13.1\.build\MSBuild.Community.Tasks.dll
     文件       11782  2014-04-11 13:29  MahApps.Metro-0.13.1\.build\MSBuild.Community.Tasks.targets
     文件         482  2014-04-11 13:29  MahApps.Metro-0.13.1\.gitattributes
     文件         464  2014-04-11 13:29  MahApps.Metro-0.13.1\.gitignore
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\.nuget\
     文件         164  2014-04-11 13:29  MahApps.Metro-0.13.1\.nuget\NuGet.Config
     文件     1659904  2014-04-11 13:29  MahApps.Metro-0.13.1\.nuget\NuGet.exe
     文件        7389  2014-04-11 13:29  MahApps.Metro-0.13.1\.nuget\NuGet.targets
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\Build\
     文件          11  2014-04-11 13:29  MahApps.Metro-0.13.1\Build\.gitignore
     文件        1134  2014-04-11 13:29  MahApps.Metro-0.13.1\Build\MahApps.Metro.proj
     文件        1253  2014-04-11 13:29  MahApps.Metro-0.13.1\Build\build.ps1
     文件        2618  2014-04-11 13:29  MahApps.Metro-0.13.1\LICENSE
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\Lib\
     文件        6144  2014-04-11 13:29  MahApps.Metro-0.13.1\Lib\GrayscaleEffect.dll
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\Lib\NET40\
     文件       39936  2014-04-11 13:29  MahApps.Metro-0.13.1\Lib\NET40\System.Windows.Interactivity.dll
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\Lib\NET45\
     文件       55904  2014-04-11 13:29  MahApps.Metro-0.13.1\Lib\NET45\System.Windows.Interactivity.dll
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\Licenses\
     文件        2662  2014-04-11 13:29  MahApps.Metro-0.13.1\Licenses\avaloncontrolslibrary
     文件        2687  2014-04-11 13:29  MahApps.Metro-0.13.1\Licenses\callisto
     文件        2662  2014-04-11 13:29  MahApps.Metro-0.13.1\Licenses\silverlighttoolkit
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\MahApps.Metro.Resources\
     文件         180  2014-04-11 13:29  MahApps.Metro-0.13.1\MahApps.Metro.Resources\Entypo-license.txt
     文件       36376  2014-04-11 13:29  MahApps.Metro-0.13.1\MahApps.Metro.Resources\Entypo.ttf
     文件     1427595  2014-04-11 13:29  MahApps.Metro-0.13.1\MahApps.Metro.Resources\Icons.xaml
     文件        3759  2014-04-11 13:29  MahApps.Metro-0.13.1\MahApps.Metro.Resources\MahApps.Metro.Resources.csproj
     目录           0  2014-04-11 13:29  MahApps.Metro-0.13.1\MahApps.Metro.Resources\Properties\
............此处省略415个文件信息

评论

共有 条评论