This is a conversion of a Delphi LCD label control that I found eons ago, for use in Windows Forms, UWP and WPF applications. The original author was somebody called Peter Czidlina, but I have no contact details for him to say thanks or to find out licensing terms but I assume it was open source, hence so is this.
Download the assembly (built for .NET Framework 2)
Download the source (VS 2010 project but it should be easy enough to port to earlier versions)
To add the control to your project, first unzip the ZIP file.
Then, in Visual Studio, open the Toolbox panel, right click and select 'Choose items...'.
Then click 'Browse...' and find the extracted DLL and select that and press 'Open'.
The control should be added to the Toolbox and available to add to your project
Download the source (VS 2015 project)
Download the assembly (built for .NET Framework 3.5)
Download the source (VS 2010 project but it should be easy enough to port to earlier versions)