https://github.com/danieleds/skinnableui
Library for skinnable user interfaces in Windows Forms
https://github.com/danieleds/skinnableui
Last synced: over 1 year ago
JSON representation
Library for skinnable user interfaces in Windows Forms
- Host: GitHub
- URL: https://github.com/danieleds/skinnableui
- Owner: danieleds
- License: lgpl-3.0
- Created: 2014-02-08T18:55:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T13:43:14.000Z (over 12 years ago)
- Last Synced: 2025-04-14T16:14:31.180Z (over 1 year ago)
- Language: C#
- Size: 1.74 MB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SkinnableUI
===========
Library for skinnable user interfaces in Windows Forms.
This library lets you create totally skinnable Windows Forms applications. Please note that the toolkit is not complete yet, and some of the functionalities that your app requires might not be available. Nonetheless, extending the library should be a very easy task.
Example
-------
Included in this repository, as an example, there is a skinnable music player:


Graphical skin designer included
--------------------------------
In this repository you'll find a graphical skin designer too.
Note that you can use [NinePatch](http://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch) images to style almost any control. You can find some interesting examples in [SkinsSources/MacSkin/](/SkinsSources/MacSkin/).
