Imagine I have a simple DataField in my Silverlight app. something like this:
<toolkit:DataField Label="This is my test label:">
<TextBox ... etc... />
</toolkit:DataField>
Is it possible to style the label in above example so that only the word "test" is bold?
you can use Run tag inside a textblock tag like this :
i hope that it fixe your pb.