Click here to Skip to main content
15,912,069 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:22
akhi4akhil16-Sep-08 0:22 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 1:25
akhi4akhil16-Sep-08 1:25 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:04
akhi4akhil16-Sep-08 0:04 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
srabik16-Sep-08 2:57
srabik16-Sep-08 2:57 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 17:14
akhi4akhil16-Sep-08 17:14 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:19
akhi4akhil16-Sep-08 0:19 
QuestionClickOnce Deployment - force download file with different version but same hash Pin
srabik14-Sep-08 13:32
srabik14-Sep-08 13:32 
QuestionBorder+ColorAnimation (Borderbrush) Pin
Stevie14-Sep-08 8:25
Stevie14-Sep-08 8:25 
Hi folks,

I'm trying to get a little color animation working for a Border(ed)-area. The Border has a style defined like this:


<Border x:Name="border"
CornerRadius="0,4,4,0"
BorderBrush="#FFD2DAED"
BorderThickness="1">
<ContentPresenter TextBlock.Foreground="White" />
<Border.Background>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FFF6F9FD" Offset="0"/>
<GradientStop Color="#FFE4ECF6" Offset="1"/>
</LinearGradientBrush>
</Border.Background>
<Border.Triggers>
<EventTrigger RoutedEvent="Mouse.MouseEnter">
<EventTrigger.Actions>
<BeginStoryboard>
<Storyboard Storyboard.TargetName="Border.BorderBrush"
Storyboard.TargetProperty="Color" >
<ColorAnimation
To="#FFD2DAED"
From="#FF000000"
Duration="0Blush | :O :1" />
</Storyboard>
</BeginStoryboard>
</EventTrigger.Actions>
</EventTrigger>
</Border.Triggers>
</Border>


My guess is, that the TargetName-property of the storyboard is misgiven. What would be the right path?

When this is solved, I'd like to add an animation for the background (LinearGradienBrush). How can I set that path?

Thank's in advance for you help!

Regards,
Stevie

Greetings,

Stephan Eberle
hawke@deltacity.org
AnswerRe: Border+ColorAnimation (Borderbrush) Pin
Stevie14-Sep-08 8:35
Stevie14-Sep-08 8:35 
QuestionForm crashes to taskbar when left minimized? [modified] Pin
teddycrew12-Sep-08 0:23
teddycrew12-Sep-08 0:23 
AnswerRe: Form crashes to taskbar? Pin
led mike12-Sep-08 5:02
led mike12-Sep-08 5:02 
GeneralRe: Form crashes to taskbar? Pin
teddycrew12-Sep-08 12:58
teddycrew12-Sep-08 12:58 
Questioninstallation issue of dot net 2005 Pin
onrivman11-Sep-08 21:19
onrivman11-Sep-08 21:19 
AnswerRe: installation issue of dot net 2005 Pin
Pete O'Hanlon11-Sep-08 22:11
mvePete O'Hanlon11-Sep-08 22:11 
GeneralHelp required in SQL query Pin
khalidd11-Sep-08 0:06
khalidd11-Sep-08 0:06 
GeneralRe: Help required in SQL query Pin
Pete O'Hanlon11-Sep-08 0:55
mvePete O'Hanlon11-Sep-08 0:55 
GeneralRe: Help required in SQL query Pin
Paul Conrad11-Sep-08 6:30
professionalPaul Conrad11-Sep-08 6:30 
QuestionInstallation of VisualStudio 2008 Pin
yadlaprasad10-Sep-08 2:10
yadlaprasad10-Sep-08 2:10 
AnswerRe: Installation of VisualStudio 2008 Pin
Pete O'Hanlon10-Sep-08 2:27
mvePete O'Hanlon10-Sep-08 2:27 
AnswerRe: Installation of VisualStudio 2008 Pin
John_Adams12-Sep-08 3:29
John_Adams12-Sep-08 3:29 
QuestionChange cell color in a DataGridView? Pin
Gregory Gadow9-Sep-08 7:07
Gregory Gadow9-Sep-08 7:07 
QuestionWindows Workflow and dynamic workflows Pin
Mel Padden8-Sep-08 8:56
Mel Padden8-Sep-08 8:56 
AnswerRe: Windows Workflow and dynamic workflows Pin
Kevin McFarlane9-Sep-08 12:01
Kevin McFarlane9-Sep-08 12:01 
QuestionVOIP project Pin
AnoopSingh8-Sep-08 4:25
AnoopSingh8-Sep-08 4:25 
AnswerRe: VOIP project Pin
led mike8-Sep-08 4:56
led mike8-Sep-08 4:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.