Adding Custom Controls to XAML

In C#, Programming, WPF by timfanelli

‘s often useful to either extend WPF controls or create custom controls to supplement to functionality provided to you by the WPF classes. In this brief tutorial, we’ll refactor the …

Drawing a RubberBand in WPF

In C#, WPF by timfanelli

Overview Rubber-banding is a very simple and familiar concept in most graphical applications where the outline of a shape to be drawn is painted to the screen, following the mouse …