[SOLVED] MarkupHyperlink Foreground Hover Color |
Post Reply |
Author | |
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
Posted: 23 February 2010 at 2:59pm |
Is there a way to set the hover color for a MarkupHyperlink object?
Thanks for any help. |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Only if you don't afraid such markups :)
<Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
<StackPanel TextElement.FontSize="20" Orientation="Horizontal" HorizontalAlignment="Center"> <TextBlock VerticalAlignment="Center"> <Hyperlink> <Hyperlink.Style> <Style TargetType="Hyperlink"> <Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Trigger.Setters> <Setter Property="Foreground" Value="Orange"/> </Trigger.Setters> </Trigger> </Style.Triggers> </Style> </Hyperlink.Style> Test1
</Hyperlink> </TextBlock> </StackPanel> </Page> |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Thanks Oleg, I will use the markup strings (I was hoping for a way to use the MarkupHyperlink object, but it's no big deal).
Any plans to support Triggers with the MarkupObjects? |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |