Skip to content

Commit 7181576

Browse files
committed
add images
1 parent 4011662 commit 7181576

13 files changed

+26
-15
lines changed

controls/bottomsheet/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The control includes four built-in states with predefined heights:
2323
* `Partial`—Represents a partial bottom sheet state with height `50%`.
2424
* `Full`—Represents a full bottom sheet state with height `90%`.
2525

26+
![.NET MAUI BottomSheet States](images/bottomsheet-states.png "BottomSheet States")
27+
2628
### Setting States
2729

2830
You can specify the current state using the `State` property of type `BottomSheetState`:
@@ -111,6 +113,10 @@ bottomSheet.BottomSheetContentWidth = new BottomSheetLength(80, true);
111113
bottomSheet.BottomSheetContentWidth = new BottomSheetLength(300, false);
112114
```
113115

116+
Here is an example setting the width of the `BottomSheetContent` to 400 (absolute value) and 50%:
117+
118+
![.NET MAUI BottomSheet width](images/bottomsheet-width.gif)
119+
114120
> For a runnable example with setting the BottomSheet Width, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and go to **BottomSheet > Features** category.
115121
116122
## Handle

controls/bottomsheet/content.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@ This is the result on Android:
4040

4141
> For a runnable example with the BottomSheet Content scenario, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and review all **BottomSheet** example.
4242
43-
## Setting Custom Control Template
44-
45-
> If you want to review the default BottomSheet templates, add the [TelerikTheming]({%slug themes-overview%}) to the project and go to `TelerikTheming/Styles/Platform/BottomSheet.xaml` file.
46-
47-
48-
Here is an example setting custom `ControlTemplate`.
49-
50-
<snippet id='bottomsheet-custom-control-template' />
51-
52-
This is the result on Android:
53-
54-
![.NET MAUI BottomSheet Control Template](images/bottomsheet-control-template.png)
55-
5643
## See Also
5744

5845
- [Animation when opening and closing the bottom sheet]({%slug bottomsheet-animation%})
37 KB
Loading
1.15 MB
Loading
19 KB
Loading
257 KB
Loading

controls/bottomsheet/methods.md

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

2929
This is the result on Android:
3030

31-
![.NET MAUI BottomSheet Methods](images/botomsheet-methods.gif)
31+
![.NET MAUI BottomSheet Methods](images/bottomsheet-methods.gif)
3232

3333
## See Also
3434

controls/bottomsheet/swipe-gesture.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ You can disable the swipe gesture by setting the `IsSwipeEnabled` (`bool`) prope
1515

1616
> The animation is always enabled when using the swipe gesture to change the states of the BottomSheet. You can configure the animation settings using the `AnimationDuration` and `AnimationEasing` properties.
1717
18+
Here is a video how the swipe gesture works in the BottomSheet control:
19+
20+
![BottomSheet Swipe Gesture](images/bottomsheet-swipe-gesture.gif "BottomSheet Swipe Gesture")
21+
1822
> For a runnable example with the BottomSheet Swipe scenario, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and go to **BottomSheet > Features** category.
1923
2024
## See Also

controls/bottomsheet/visual-structure.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ The following image shows the anatomy of the BottomSheet.
1414

1515
![Telerik UI for .NET MAUI BottomSheet Visual Structure](images/bottomsheet-visual-structure.png "Visual elements of the .NET MAUI BottomSheet control")
1616

17-
* ****&mdash;
17+
* **BottomSheet Main Content**&mdash;Represents the main content of the BottomSheet.
18+
* **BottomSheet Content**&mdash;Represents the content of the BottomSheet that slides up from the bottom of the screen.
19+
* **BottomSheet Handle**&mdash;Represents a visual cue which indicates the control can be dragged.
20+
21+
## See Also
22+
23+
- [Configure the BottomSheet]({%slug bottomsheet-configuration%})
24+
- [Animation when opening and closing the bottom sheet]({%slug bottomsheet-animation%})
25+
- [Style the BottomSheet]({%slug bottomsheet-styling%})
26+
- [Events]({%slug bottomsheet-events%})
27+
- [Methods]({%slug bottomsheet-methods%})

controls/speechtotextbutton/custom-recognizer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
3737

3838
<snippet id='speechtotext-events-speech-recognized' />
3939

40+
This is the result on Android:
41+
42+
![.NET MAUI SpeechToTextButton Custom Recognizer](images/speechtotextbutton-custom-recognizer.gif)
43+
4044
> For a runnable example with the SpeechToTextButton Custom Recognizer scenario, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and go to the **SpeechToTextButton > Features** category.
4145
4246
## See Also

0 commit comments

Comments
 (0)