Skip to content

Waterium.Controls is a custom control library for WPF desktop application.

License

Notifications You must be signed in to change notification settings

lWaterLite/Waterium.Controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waterium.Controls

Waterium.Controls .Net

Waterium.Controls is a custom control library for WPF desktop application.

Install

  1. Download the Latest release, and unzip it at any directory you like.
  2. Open your own project, and add reference to the .dll file.
  3. References should be solved by your using IDE.

Usage

In your App.xaml file, add a namespace as following

xmlns:wtr="clr-namespace:Waterium.Controls.Window;assembly=Waterium.Controls.Window

Notice that Window should be replaced by the correct namespace you are using.

Then in your window, you can add the control

<wtr:ResizableWindow />

Resource

Available namespaces and controls are as following:

  • Window
    • ResizableWindow
    • MinimizableWind

License

MIT @ 2024 lWaterLite

About

Waterium.Controls is a custom control library for WPF desktop application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published