![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Any idea why this is not working? I want my border to be set to white when the mouseover event is fired any idea why this is not working? <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xml:lang="en-US" x:Class="UntitledProject1.Window1" x:Name="Window" Title="Window" Width="640" Height="480" Background="#FF040404"> <Window.Resources> <Style TargetType="{x:Type Border}" x:Key="BorderStyle1"> <Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property="BorderBrush" Value="White"/> </Trigger> </Style.Triggers> </Style> </Window.Resources> <Grid x:Name="LayoutRoot"> <Border Margin="103,58,40,88" Style="{DynamicResource BorderStyle1}" BorderThickness="52,65,58,44" CornerRadius="5,5,5,5" BorderBrush="#FFD44A4A"/> </Grid> </Window> |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Any idea as to why my DVD Burner isn't working? | PvdG42 | Vista hardware & devices | 2 | 08-08-2007 06:30 AM |
| Re: Any idea as to why my DVD Burner isn't working? | dean-dean | Vista hardware & devices | 0 | 08-02-2007 11:25 AM |
| Re: Any idea as to why my DVD Burner isn't working? | Marjay | Vista hardware & devices | 0 | 08-01-2007 10:27 AM |
| Idea for Run | Key Pounder | Vista General | 6 | 04-12-2006 07:36 PM |