Skip to content

Commit 1536a32

Browse files
Merge pull request #4022 from syncfusion-content/EJ2-943869-STT
Docs(943869): Need to update iconPosition property.
2 parents 1303b07 + 4d43c25 commit 1536a32

File tree

1 file changed

+1
-1
lines changed
  • ej2-asp-core-mvc/code-snippet/speech-to-text/appearance/buttonSettings

1 file changed

+1
-1
lines changed

ej2-asp-core-mvc/code-snippet/speech-to-text/appearance/buttonSettings/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div id='speechtotext-container'>
44
<ejs-speechtotext id="speech-to-text" transcriptChanged="onTranscriptChanged">
5-
<e-speechtotext-buttonSettings content="Start" stopContent="Stop" iconCss="e-icons e-play" stopIconCss="e-icons e-pause" iconPosition="Syncfusion.EJ2.Buttons.IconPosition.Right" isPrimary="true"></e-speechtotext-buttonSettings>
5+
<e-speechtotext-buttonSettings content="Start" stopContent="Stop" iconCss="e-icons e-play" stopIconCss="e-icons e-pause" iconPosition="@("Right")" isPrimary="true"></e-speechtotext-buttonSettings>
66
</ejs-speechtotext>
77
<ejs-textarea id="output-textarea" rows="5" cols="50" value="" resizeMode="None" placeholder="Transcribed text will be shown here..."></ejs-textarea>
88
</div>

0 commit comments

Comments
 (0)