MahApps.Metro.Resources
0.6.1
"loose" file XAML Resource for Metro UI's.
All icons taken from "Modern UI Icons" created by Austin Andrews
http://modernuiicons.com/
https://github.com/Templarian/WindowsIcons
Install-Package MahApps.Metro.Resources -Version 0.6.1
dotnet add package MahApps.Metro.Resources --version 0.6.1
<PackageReference Include="MahApps.Metro.Resources" Version="0.6.1" />
paket add MahApps.Metro.Resources --version 0.6.1
#r "nuget: MahApps.Metro.Resources, 0.6.1"
// Install MahApps.Metro.Resources as a Cake Addin
#addin nuget:?package=MahApps.Metro.Resources&version=0.6.1
// Install MahApps.Metro.Resources as a Cake Tool
#tool nuget:?package=MahApps.Metro.Resources&version=0.6.1
MahApps.Metro.Resources
Old icon resources repository which will be no longer updated.
- Entypo license
- WindowsIcons license
You should use the new MahApps.Metro.IconPacks to get some additional awesome stylish and handmade icons for better cool looking applications.
Usage
Add the MahApps.Metro.Resources
resource dictionary to your App.xaml
or window resource tag.
<ResourceDictionary Source="pack://application:,,,/YourApplicationName;component/YourResourceFolder/Icons.xaml" />
If you added all MahApps.Metro
resources to your App.xaml
or window resources tag then you can use the icons e.g. for a circle button like in this sample.
<Button Width="50" Height="50"
Style="{DynamicResource MetroCircleButtonStyle}">
<Rectangle Width="20" Height="20"
Fill="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Button}}}">
<Rectangle.OpacityMask>
<VisualBrush Stretch="Uniform" Visual="{DynamicResource appbar_city}" />
</Rectangle.OpacityMask>
</Rectangle>
</Button>
License
MahApps.Metro.Resources
Old icon resources repository which will be no longer updated.
- Entypo license
- WindowsIcons license
You should use the new MahApps.Metro.IconPacks to get some additional awesome stylish and handmade icons for better cool looking applications.
Usage
Add the MahApps.Metro.Resources
resource dictionary to your App.xaml
or window resource tag.
<ResourceDictionary Source="pack://application:,,,/YourApplicationName;component/YourResourceFolder/Icons.xaml" />
If you added all MahApps.Metro
resources to your App.xaml
or window resources tag then you can use the icons e.g. for a circle button like in this sample.
<Button Width="50" Height="50"
Style="{DynamicResource MetroCircleButtonStyle}">
<Rectangle Width="20" Height="20"
Fill="{Binding Path=Foreground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Button}}}">
<Rectangle.OpacityMask>
<VisualBrush Stretch="Uniform" Visual="{DynamicResource appbar_city}" />
</Rectangle.OpacityMask>
</Rectangle>
</Button>
License
Dependencies
-
- MahApps.Metro (>= 1.2.4)
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on MahApps.Metro.Resources:
Package | Downloads |
---|---|
LightBlue.MultiHost
MultiHost executable for the LightBlue lightweight Azure development platform
|
|
Caliburn.Metro
Combined power of MahApps.Metro and Caliburn.Micro
|
|
Probel.Shell.Common.Ui
Common XAML related utilities used in the Probel.Shell
|
|
Probel.Shell.Common
Common utilies used in the Probel.Shell
|
|
Caliburn.Metro.Autofac
Combining MahApps.Metro and Caliburn.Micro and Autofac Bootstrapper support
|
GitHub repositories (15)
Showing the top 5 popular GitHub repositories that depend on MahApps.Metro.Resources:
Repository | Stars |
---|---|
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
|
|
Code52/carnac
A utility to give some insight into how you use your keyboard
|
|
gluck/il-repack
Open-source alternative to ILMerge
|
|
akiver/CSGO-Demos-Manager
|
|
Krutonium/Windows-10-Login-Background-Changer
Changes the Windows 10 Login Screen Background
|
Version History
Version | Downloads | Last updated | |
---|---|---|---|
0.6.1 | 286,222 | 4/26/2016 |