How to style a label with a colon
Posted
by Allan
on Stack Overflow
See other posts from Stack Overflow
or by Allan
Published on 2010-05-16T06:28:25Z
Indexed on
2010/05/16
6:30 UTC
Read the original article
Hit count: 268
I have a details view window in WPF and a label may look like this.
<Label Content="{x:Static properties:Resources.Reference}" />
So that is obtains it content from my property Resource.
How can transform/format the content so it has a colon after each label item. e.g. instead of the content simply displaying Reference I want it to transform to Reference:
© Stack Overflow or respective owner