Waterium.Controls is a custom control library for WPF desktop application.
- Download the Latest release, and unzip it at any directory you like.
- Open your own project, and add reference to the
.dll
file. - References should be solved by your using IDE.
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 />
Available namespaces and controls are as following:
- Window
- ResizableWindow
- MinimizableWind
MIT @ 2024 lWaterLite