<StackPanel DataContext="{Binding ElementName=CurrentTimeSlider, Path=Value}" Orientation="Horizontal" Margin="5" HorizontalAlignment="Center"> <TextBlock Text="{Binding End.Year}" FontSize="12" /> </StackPanel>
I'm really in the dark here and I don't even understand what this "End" refers to in the Binding or how to use it.
DataContext="{Binding ElementName=CurrentTimeSlider, Path=Value}"
Do I type "{Binding End.Test}"? Or "{Binding Test}"? Or "{Binding [Test]}"? etc. I've tried all these and they don't work.
Text="{Binding End, StringFormat='{}{0:yyyy}'"
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.