The text of this article is not in this database — only its details are. Read it on the old site: Hyperlink Text Wrap In Silverlight 3
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Hyperlink Text Wrap In Silverlight 3
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Rakhi GargPosted Jan 18, 2011, 7:37 AM
I am using this but it's not working <Style x:Key="Patient Line Text" TargetType="HyperlinkButton"> <Setter Property="Content"> <Setter.Value> <TextBlock Text="{Binding Content}" TextWrapping="Wrap" Foreground="#FF347FA3" /> </Setter.Value> </Setter> </Style> Please help