Skip to content

Commit 3b557f2

Browse files
committed
updates
1 parent 9a015cb commit 3b557f2

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

controls/bottomsheet/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
3232

3333
**5.** Add the following code for the `RadCollectionView.ItemTapped` event handler:
3434

35-
<snippet id='bottomsheet-content-tapped-event' />
35+
<snippet id='bottomsheet-open-sheet-view' />
3636

3737
This is the result on Android:
3838

controls/collectionview/accessibility/screen-reader.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ The Telerik UI for .NET MAUI CollectionView provides extensive accessibility sup
1313

1414
The CollectionView allows the users to use the Android (TalkBack), WinUI (Narrator), iOS and MacCatalyst (VoiceOver) screen readers for voice descriptions of the elements inside the CollectionView.
1515

16+
The Telerik MAUI CollectionView exposes `AutomationManager` class which controlling the automation behavior of the control. The `AutomationManager` class is responsible for managing the automation features of the CollectionView, such as enabling or disabling screen reader support.
17+
18+
## WinUI Automation Behavior
19+
20+
The `AutomationManager` class exposes `EnableWindowsAutomation` (`bool`) property, which determines whether the automation-related logic is enabled or not for WinUI. The default value is `false`, which means that the automation logic is disabled by default. To enable the automation logic, set the `EnableWindowsAutomation` property to `true`.
21+
1622
![.NET MAUI ColelctionView Screen Reader Support](../images/collectionview-screen-reader.png)
1723

1824
## See Also
-240 Bytes
Loading

controls/speechtotextbutton/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Telerik UI for .NET MAUI SpeechToTextButton is a UI component that enables u
1313

1414
When the user taps the button, the control uses a speech recognition service, listens for voice input, and then transcribes the recognized speech into text. The recognized text can be displayed in a text field or used for further processing in your application.
1515

16-
![.NET MAUI SpeechToTextButton Overview](images/speechtotext-overview.png)
16+
![.NET MAUI SpeechToTextButton Overview](images/speechtotextbutton-overview.png)
1717

1818
## Key Features of the Telerik .NET MAUI SpeechToTextButton
1919

controls/speechtotextbutton/states.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ slug: speechtotextbutton-states
99

1010
# .NET MAUI SpeechToTextButton Architecture and States
1111

12-
The SpeechTextButton control handles user interactions and provides visual feedback about its current state, for example, when it's listening or ready. The button uses a speech recognition service that varies by platform and also provides an AI agent connection. Almost all operations are asynchronous.
12+
The SpeechTextButton control handles user interactions and provides visual feedback about its current state, for example, when it's listening or ready.
13+
14+
The button uses a speech recognition service that varies by platform and also provides an AI agent connection. Almost all operations are asynchronous.
1315

1416
The image below explains how the control works and how the states are managed:
1517

0 commit comments

Comments
 (0)