DevExpress.Win.WinterJoySkin
1.0.2
Prefix Reserved
dotnet add package DevExpress.Win.WinterJoySkin --version 1.0.2
NuGet\Install-Package DevExpress.Win.WinterJoySkin -Version 1.0.2
<PackageReference Include="DevExpress.Win.WinterJoySkin" Version="1.0.2" />
paket add DevExpress.Win.WinterJoySkin --version 1.0.2
#r "nuget: DevExpress.Win.WinterJoySkin, 1.0.2"
// Install DevExpress.Win.WinterJoySkin as a Cake Addin #addin nuget:?package=DevExpress.Win.WinterJoySkin&version=1.0.2 // Install DevExpress.Win.WinterJoySkin as a Cake Tool #tool nuget:?package=DevExpress.Win.WinterJoySkin&version=1.0.2
This package contains the Winter Joy theme skin not included in the basic set. You will require DevExpress components of v21.1.7+ or v21.2.4+ to use this skin.
Register and Apply Skin
Once you add the Winter Joy skin library to your project, insert the following skin registration code:
[STAThread]
static void Main() {
// Register the Winter Joy skin.
System.Reflection.Assembly asm = typeof(DevExpress.UserSkins.WinterJoy).Assembly;
DevExpress.XtraEditors.WindowsFormsSettings.RegisterUserSkins(asm);
// Apply the skin.
DevExpress.XtraEditors.WindowsFormsSettings.DefaultLookAndFeel.SetSkinStyle("Winter Joy");
//
Application.Run(...);
}
Partial Public Class Form1
Shared Sub New()
' Register the Winter Joy skin.
Dim asm As Reflection.Assembly = GetType(DevExpress.UserSkins.WinterJoy).Assembly
DevExpress.XtraEditors.WindowsFormsSettings.RegisterUserSkins(asm)
' Apply the skin.
DevExpress.XtraEditors.WindowsFormsSettings.DefaultLookAndFeel.SetSkinStyle("Winter Joy")
End Sub
Public Sub New()
InitializeComponent()
End Sub
End Class
Personalize Winter Joy Skin
The WinForms Skin Editor tool allows you to customize the Winter Joy skin (as well as any other DevExpress skins).
Download the skin project from GitHub DevExpress Winter Joy Skin. Open the skin project (Winter Joy.skin
) in the Skin Editor, and modify default colors, images, and padding settings. Save the changes and generate the new skin library, as demonstrated in the following article: Export and Apply Custom Skins.
Documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net452 is compatible. 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.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 40,585 | 1/26/2022 |