質問

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