H32WPF Library

Purpose


The purpose of this Library is only unite all the WPF pieces I use around all of my Projects.
If YOU want to use something from it, then you'd better ask.

Status of the Library


  • CommonResources.xaml contains some useful Glass Button templates not originally by me.
  • GlassEffect.cs contains a quite usable AttachedProperty to expand the Vista Glass effect into the Window.
  • The only really usabel Control is the AdornerPopup.cs or its nicer looking child AnimatedFadingAppearAdornerPopup.cs. They display a “Web2.0”-style popup on top of the page while darkening the other controls. In difference to the native WPF Popup this is not an additional Window and DataBinding works fine.
    More info on the AdornerPopup.
  • The Effects directory holds some nice GPU effects. The HLS effects are the best I think.
  • ClrBinding is a MarkupExtension to create Bindings to CLR Properties. More info in ClrBinding.

Copyright


You don’t get one.

Some code in this library might not be originally from me.