File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
uitools/import/Esri/ArcGISRuntime/Toolkit Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -158,17 +158,20 @@ Control {
158158 property alias playbackInterval : playAnimation .interval
159159
160160 /* !
161- \qmlproperty stepBackIcon The icon for the step-back button.
161+ \qmlproperty icon TimeSlider::stepBackIcon
162+ \brief The icon for the step-back button.
162163 */
163164 property alias stepBackIcon: stepBackButton .icon
164165
165166 /* !
166- \qmlproperty playIcon The icon for the play button.
167+ \qmlproperty icon icon TimeSlider::playIcon
168+ \brief The icon for the play button.
167169 */
168170 property alias playIcon: playButton .icon
169171
170172 /* !
171- \qmlproperty stepForwardIcon The icon for the step-forward button.
173+ \qmlproperty icon TimeSlider::stepForwardIcon
174+ \brief The icon for the step-forward button.
172175 */
173176 property alias stepForwardIcon: stepForwardButton .icon
174177
You can’t perform that action at this time.
0 commit comments