TSkin 1.2.0
dotnet add package TSkin --version 1.2.0
NuGet\Install-Package TSkin -Version 1.2.0
<PackageReference Include="TSkin" Version="1.2.0" />
<PackageVersion Include="TSkin" Version="1.2.0" />
<PackageReference Include="TSkin" />
paket add TSkin --version 1.2.0
#r "nuget: TSkin, 1.2.0"
#:package TSkin@1.2.0
#addin nuget:?package=TSkin&version=1.2.0
#tool nuget:?package=TSkin&version=1.2.0
public partial class MainWindow : TSWindow
<tskin:TSWindow xmlns:tskin="clr-namespace:TSkin;assembly=TSkin" x:Class="SystemMaintain.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:attached="clr-namespace:TSkin.Attached;assembly=TSkin" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:viewmodel="clr-namespace:SystemMaintain.ViewModel" Title="MainWindow" Width="800" ResizeMode="CanResizeWithGrip" SystemButtonSize="30" Height="400" Style="{DynamicResource TSWindowStyle}" CaptionHeight="30" CaptionBackground="Transparent" FitSystemWindow="False" SystemButtonColor="#2b2b2b" SystemButtonForeground="#5c5c5c" SystemButtonOverColor="ForestGreen" Background="#2B2833" mc:Ignorable="d" Loaded="TSWindow_Loaded" WindowState="Maximized"> tskin:TSWindow.Resources <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/TSkinStyle;component/Style/Style.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> <Grid Background="#3c3f4A" Name="mainback" Margin="10,10,10,10">
</Grid> </tskin:TSWindow>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has 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.
Summary of changes made in this release of the package.