You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maui-toolkit/Themes/Keys.md
+146Lines changed: 146 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,58 @@ documentation: ug
11
11
12
12
This page lists the keys for each control and the element to which it is mapped for all the controls.
13
13
14
+
## SfBottomSheet
15
+
16
+
<table>
17
+
<tr>
18
+
<th>Theme Dictionary <br/> <br/> </th>
19
+
<th>Keys <br/> <br/> </th>
20
+
<th> Description <br/> <br/> </th>
21
+
</tr>
22
+
23
+
<tr>
24
+
<td rowspan="3">
25
+
SfBottomSheetStyles <br/> <br/>
26
+
</td>
27
+
<td> SfBottomSheetTheme <br/> <br/>
28
+
</td>
29
+
<td>
30
+
By merging this key in application resources, you can customize the appearance of SfBottomSheet without merging common theme resource and control style resource dictionaries.
<td>The background color of the bottom sheet<br/><br/></td>
58
+
</tr>
59
+
<tr>
60
+
<td>SfBottomSheetGrabberBackground<br/><br/></td>
61
+
<td>The background color of the grabber<br/><br/></td>
62
+
</tr>
63
+
64
+
</table>
65
+
14
66
## SfCartesian Chart
15
67
16
68
<table>
@@ -856,6 +908,100 @@ This page lists the keys for each control and the element to which it is mapped
856
908
</tr>
857
909
</table>
858
910
911
+
## SfOtpInput
912
+
913
+
<table>
914
+
<tr>
915
+
<th>Theme Dictionary<br/>
916
+
<br/></th>
917
+
<th>
918
+
Keys
919
+
<br/>
920
+
<br/>
921
+
</th>
922
+
<th>
923
+
Description
924
+
<br/>
925
+
<br/>
926
+
</th>
927
+
</tr>
928
+
929
+
<tr>
930
+
<td rowspan="5">
931
+
SfOtpInputStyles
932
+
<br/>
933
+
<br/>
934
+
</td>
935
+
<td>
936
+
SfOtpInputTheme
937
+
<br/>
938
+
<br/>
939
+
</td>
940
+
<td>
941
+
By merging this key in application resources, you can customize the appearance of SfOtpInput without merging common theme resource and control style resource dictionaries.
0 commit comments