Skip to content

Commit 99710b6

Browse files
committed
Adding Keys for Popup in Toolkit UG
1 parent 4ac7066 commit 99710b6

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed

maui-toolkit/Themes/Keys.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,154 @@ This page lists the keys for each control and the element to which it is mapped
10021002

10031003
</table>
10041004

1005+
## SfPopup
1006+
1007+
<table>
1008+
<tr>
1009+
<th>Theme Dictionary<br/>
1010+
<br/></th>
1011+
<th>
1012+
Keys
1013+
<br/>
1014+
<br/>
1015+
</th>
1016+
<th>
1017+
Description
1018+
<br/>
1019+
<br/>
1020+
</th>
1021+
</tr>
1022+
1023+
<tr>
1024+
<td rowspan="23">
1025+
SfPopupStyles
1026+
<br/>
1027+
<br/>
1028+
</td>
1029+
<td>
1030+
SfPopupTheme
1031+
<br/>
1032+
<br/>
1033+
</td>
1034+
<td>
1035+
By merging this key in application resources, you can customize the appearance of SfPopup without merging common theme resource and control style resource dictionaries.
1036+
1037+
{% highlight xaml %}
1038+
1039+
<Application xmlns:syncTheme="clr-namespace:Syncfusion.Maui.Toolkit.Themes;assembly=Syncfusion.Maui.Toolkit"
1040+
...>
1041+
<Application.Resources>
1042+
<ResourceDictionary>
1043+
<ResourceDictionary.MergedDictionaries>
1044+
<syncTheme:SyncfusionThemeResourceDictionary />
1045+
<ResourceDictionary>
1046+
<x:String x:Key="SfPopupTheme">CommonTheme</x:String>
1047+
<Color x:Key="SfPopupNormalHeaderTextColor">Black</Color>
1048+
<Color x:Key="SfPopupHoverFooterButtonBackground">Gray</Color>
1049+
</ResourceDictionary>
1050+
</ResourceDictionary.MergedDictionaries>
1051+
</ResourceDictionary>
1052+
</Application.Resources>
1053+
1054+
....
1055+
1056+
</Application>
1057+
1058+
{% endhighlight %}
1059+
<br/>
1060+
<br/>
1061+
</td>
1062+
</tr>
1063+
<tr>
1064+
<td> SfPopupHoverFooterButtonBackground <br/><br/></td>
1065+
<td> Hover Background color of the SfPopup Footer button.<br/><br/></td>
1066+
</tr>
1067+
<tr>
1068+
<td> SfPopupFooterButtonRippleBackground <br/><br/></td>
1069+
<td> Ripple Background Color of the Sfpopup Footer button.<br/><br/></td>
1070+
</tr>
1071+
<tr>
1072+
<td> SfPopupNormalHeaderBackground <br/><br/></td>
1073+
<td> Background color of the SfPopup Header.<br/><br/></td>
1074+
</tr>
1075+
<tr>
1076+
<td> SfPopupNormalHeaderTextColor <br/><br/></td>
1077+
<td> Text color of the SfPopup Header.<br/><br/></td>
1078+
</tr>
1079+
<tr>
1080+
<td> SfPopupNormalMessageBackground <br/><br/></td>
1081+
<td> Background color of the SfPopup Message.<br/><br/></td>
1082+
</tr>
1083+
<tr>
1084+
<td> SfpopupNormalMessageTextColor <br/><br/></td>
1085+
<td> Text color of the SfPopup Message.<br/><br/></td>
1086+
</tr>
1087+
<tr>
1088+
<td> SfPopupNormalFooterBackground <br/><br/></td>
1089+
<td> Background color of the SfPopup Footer.<br/><br/></td>
1090+
</tr>
1091+
<tr>
1092+
<td> SfPopupNormalAcceptButtonBackground <br/><br/></td>
1093+
<td> Background color of the SfPopup AcceptButton.<br/><br/></td>
1094+
</tr>
1095+
<tr>
1096+
<td> SfPopupNormalAcceptButtonTextColor <br/><br/></td>
1097+
<td> Text color of the SfPopup AcceptButton.<br/><br/></td>
1098+
</tr>
1099+
<tr>
1100+
<td> SfPopupNormalDeclineButtonBackground <br/><br/></td>
1101+
<td> Background color of the SfPopup DeclineButton.<br/><br/></td>
1102+
</tr>
1103+
<tr>
1104+
<td> SfPopupNormalDeclineButtonTextColor <br/><br/></td>
1105+
<td> Text color of the SfPopup DeclineButton.<br/><br/></td>
1106+
</tr>
1107+
<tr>
1108+
<td> SfPopupNormalStroke <br/><br/></td>
1109+
<td> Stroke color of the SfPopup.<br/><br/></td>
1110+
</tr>
1111+
<tr>
1112+
<td> SfPopupNormalHeaderFontSize <br/><br/></td>
1113+
<td> Font Size of the SfPopup Header.<br/><br/></td>
1114+
</tr>
1115+
<tr>
1116+
<td> SfPopupNormalMessageFontSize <br/><br/></td>
1117+
<td> Font Size of the SfPopup Message.<br/><br/></td>
1118+
</tr>
1119+
<tr>
1120+
<td> SfPopupNormalFooterFontSize <br/><br/></td>
1121+
<td> Font Size of the SfPopup Footer.<br/><br/></td>
1122+
</tr>
1123+
<tr>
1124+
<td> SfPopupNormalStrokeThickness <br/><br/></td>
1125+
<td> Stroke Thickness of the SfPopup.<br/><br/></td>
1126+
</tr>
1127+
<tr>
1128+
<td> SfPopupNormalOverlayBackground <br/><br/></td>
1129+
<td> Background color of the SfPopup Overlay.<br/><br/></td>
1130+
</tr>
1131+
<tr>
1132+
<td> SfPopupHoverCloseButtonIconBackground <br/><br/></td>
1133+
<td> Hover Background color of the SfPopup CloseButtonIcon.<br/><br/></td>
1134+
</tr>
1135+
<tr>
1136+
<td> SfPopupPressedCloseButtonIconBackground <br/><br/></td>
1137+
<td> Pressed Background color of the SfPopup CloseButtonIcon.<br/><br/></td>
1138+
</tr>
1139+
<tr>
1140+
<td> SfPopupNormalCloseButtonIconStroke <br/><br/></td>
1141+
<td> Stroke color of the SfPopup CloseButtonIcon.<br/><br/></td>
1142+
</tr>
1143+
<tr>
1144+
<td> SfPopupNormalBackground <br/><br/></td>
1145+
<td> Background color of the SfPopup.<br/><br/></td>
1146+
</tr>
1147+
<tr>
1148+
<td> SfPopupNormalCloseButtonIconStrokeThickness <br/><br/></td>
1149+
<td> Stroke Thickness of the SfPopup CloseButtonIcon.<br/><br/></td>
1150+
</tr>
1151+
</table>
1152+
10051153
## SfPullToRefresh
10061154

10071155
<table>

0 commit comments

Comments
 (0)