How can I make Button to look like LinkButton, and I don't want to use Hyperlink...!!
Any suggestions
|
How can I make Button to look like LinkButton, and I don't want to use Hyperlink...!! Any suggestions |
|||||||
|
|
If you don't want any of the normal Button style and just want something that looks like a hyperlink you could start with this
Here's the same as a style:
and you can use it like this:
|
|||||||
|
|
Here's MichaC's suggestion implemented as a Style that you can reuse on any button:
|
|||||
|
MichaC's and Anderson's version placed the underline slightly wrong, here is an updated version that will just add an underline to any TextBlock that are inside the content presenter. |
|||||||||||||
|
|
The easiest way (I do this in my application):
you have full control on TextDecoration, e.g. change pen style or offset. take a look at this link to find out more: http://msdn.microsoft.com/en-us/library/system.windows.textdecorations.underline.aspx |
|||
|
|
Why do you not want to use Hyperlink?
|
|||||
|