Suresking.Styles 1.0.9

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Suresking.Styles --version 1.0.9
NuGet\Install-Package Suresking.Styles -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Suresking.Styles" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Suresking.Styles --version 1.0.9
#r "nuget: Suresking.Styles, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Suresking.Styles as a Cake Addin
#addin nuget:?package=Suresking.Styles&version=1.0.9

// Install Suresking.Styles as a Cake Tool
#tool nuget:?package=Suresking.Styles&version=1.0.9

Suresking.Styles

Brief introduction

Only use for myself.
Changes are very frequent.
Not recommended for you.
Especially for commercial applications.
Adapted from MaterialDesignInXamlToolkit.
Merge Colors and Themes, and change namespace.
Delete Fonts, Streamline PackIcon.
Add Pagination and GeoIcon.
The original URL:
https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit

Usage

In App.xaml

<Application ......
             xmlns:ws="http://wxzvip.cn"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ws:BundledTheme BaseTheme="Light" PrimaryColor="DeepPurple" SecondaryColor="Lime" />
                <ResourceDictionary Source="pack://application:,,,/Suresking.Styles;component/Themes/Suresking3.Defaults.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>

In MainWindow

<Window ......
        xmlns:ws="http://wxzvip.cn"
        Style="{StaticResource SureskingWindow}"
        ......>
    <Grid>
        <ws:Card VerticalAlignment="Top" Height="100" Margin="50" Padding="20">
            <StackPanel Orientation="Horizontal" Background="Orange" TextElement.Foreground="White">
                <ws:GeoIcon Margin="0,2,0,0" Data="M18.5,4.14L19.5,5.86L8.97,12L19.5,18.14L18.5,19.86L5,12L18.5,4.14Z"/>
                <TextBlock Text="Hello World" VerticalAlignment="Center"/>
            </StackPanel>
        </ws:Card>
    </Grid>
</Window>

F5,Go go go .....

Copyright 2022 (c) Suresking. All rights reserved.
Licensed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated