Giter Site home page Giter Site logo

devexpress-examples / winforms-winter-joy-skin Goto Github PK

View Code? Open in Web Editor NEW
6.0 53.0 0.0 1006 KB

The Winter Joy theme skin for DevExpress WinForms controls is not included in the basic set. You can use this package to change the look and feel of DevExpress WinForms controls in v21.1.7+.

License: Other

winforms dotnet devexpress skins svg appearance winter

winforms-winter-joy-skin's Introduction

DevExpress Winter Joy Skin

Nuget Version

Get into the festive mood with our special Winter Joy theme skin for DevExpress Windows Forms controls.

You can get this skin here on GitHub or as a NuGet package.

Overview.png

Add Winter Joy Skin to Your Project

The current repository contains the skin library (DevExpress.WinterJoySkin.dll) that you can add directly to the References section of your project.

NuGet Package

You can also obtain the skin library as a NuGet package at DevExpress.Win.WinterJoySkin. Run the following command in the Package Manager Console to install the package:

Install-Package DevExpress.Win.WinterJoySkin -Version 1.0.2

Register and Apply Skin

Once you include the Winter Joy skin library in your project, add 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 WinterJoy skin (as well as any other DevExpress skins). Open the skin project (the /Skin/Winter Joy/Winter Joy.skin file) in the Skin Editor, and modify default colors, images, and padding settings. Save changes and generate a new skin library, as demonstrated in the following help topic: Export and Apply Custom Skins.

Documentation

winforms-winter-joy-skin's People

Contributors

albertov05 avatar dmitrygaravsky avatar iam0k avatar mikhailovalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.