Answer the question
In order to leave comments, you need to log in
How does indirection work in WPF Storyboard?
Hello! Please explain how item indirection works in Storyboard.TargetProperty .
For example, according to what logic these lines function (how do they differ, and why brackets are put in certain cases):
Storyboard.TargetProperty="Background.Color"
Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)"
Storyboard.TargetProperty="(Background.Color)"
Answer the question
In order to leave comments, you need to log in
Answers:
https://coderedirect.com/questions/533715/round-br...
https://stackoverflow.com/questions/3737458/why-do...
Storyboard.TargetProperty="Background.Color"
The program knows this object in advance and will be linked to other code on compilation stage.
Storyboard.TargetProperty="(Border.Background).(SolidColorBrush.Color)"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question