SixteenSegmentLED
The SixteenSegmentLED shows a single LED digit / letter on a 16 segment style display. There are inbuilt representations of the letters
A to Z (caps) and the digits 0 to 9.
Support for support for punctuation and non-english characters can be added later
Unlike most of the other Dashboards in the collection this control does not vale
a Value property of type double, it has a DisplayCharacter property of type
string (only set one character).
Supported characters are
The
SixteenSegmentLED control has the following properties that can be set
- DisplayCharacter
- LedOnColor
- LedOffColor
The markup for a single digit is shown below. Note: If you are packing several of these controls either add a margin to
seperate the characters or use a SixteenSegmentLEDStrip helper class
<db:SixteenSegmentLED
DisplayCharacter="8"
LedOnColor= "#FF614B8D"
LedOffColor="#33614b8d"
/>
|
|
In the above case made the Led Off color to be a transparent version of the led on color.