How can I customize the TimeSlider provided with ArcGIS API for WPF. Is it possible to access the Play button in the TimeSlider.

Thanks

有帮助吗?

解决方案

Its pretty simple. You can open the your project in Expression Blend and go to the TimeSlider in the project Navigator in the left hand side, then right click on it and choose edit Template. Choose Create a Copy and then you can see the Style of the TimeSlider in the XAML file. You will find PlayPauseToggleButton in the Style.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top