iPhone like red badge notification in a WPF project?
Posted
by Norbert
on Stack Overflow
See other posts from Stack Overflow
or by Norbert
Published on 2010-01-11T10:26:46Z
Indexed on
2010/04/18
22:43 UTC
Read the original article
Hit count: 538
I have a C# WPF project which generates daily and weekly reports automatically. I want to inform the user when new reports are available, so I thought of a badge like on the iPhone where the number of new messages appears on a little red circle:
I thought of three images: Two images with semi circles on the left and right if the number to display is small. And a third image for the middle for the case that the number is large (123) and wouldn't fit in a circle.
I want a glossy effect, so I've thought of pictures. Does anyone have a good idea how to do this without pictures but programmatically?
© Stack Overflow or respective owner