diff --git a/maui-toolkit/Themes/Keys.md b/maui-toolkit/Themes/Keys.md index 45b1b9e9..50c64879 100644 --- a/maui-toolkit/Themes/Keys.md +++ b/maui-toolkit/Themes/Keys.md @@ -1002,6 +1002,154 @@ This page lists the keys for each control and the element to which it is mapped +## SfPopup + +
| Theme Dictionary + |
+
+ Keys
+ + + |
+
+ Description
+ + + |
+
|---|---|---|
|
+ SfPopupStyles
+ + + |
+
+ SfPopupTheme
+ + + |
+
+ By merging this key in application resources, you can customize the appearance of SfPopup without merging common theme resource and control style resource dictionaries.
+
+{% highlight xaml %}
+
+ + + |
+
| SfPopupHoverFooterButtonBackground |
+ Hover Background color of the SfPopup Footer button. |
+ |
| SfPopupFooterButtonRippleBackground |
+ Ripple Background Color of the Sfpopup Footer button. |
+ |
| SfPopupNormalHeaderBackground |
+ Background color of the SfPopup Header. |
+ |
| SfPopupNormalHeaderTextColor |
+ Text color of the SfPopup Header. |
+ |
| SfPopupNormalMessageBackground |
+ Background color of the SfPopup Message. |
+ |
| SfpopupNormalMessageTextColor |
+ Text color of the SfPopup Message. |
+ |
| SfPopupNormalFooterBackground |
+ Background color of the SfPopup Footer. |
+ |
| SfPopupNormalAcceptButtonBackground |
+ Background color of the SfPopup AcceptButton. |
+ |
| SfPopupNormalAcceptButtonTextColor |
+ Text color of the SfPopup AcceptButton. |
+ |
| SfPopupNormalDeclineButtonBackground |
+ Background color of the SfPopup DeclineButton. |
+ |
| SfPopupNormalDeclineButtonTextColor |
+ Text color of the SfPopup DeclineButton. |
+ |
| SfPopupNormalStroke |
+ Stroke color of the SfPopup. |
+ |
| SfPopupNormalHeaderFontSize |
+ Font Size of the SfPopup Header. |
+ |
| SfPopupNormalMessageFontSize |
+ Font Size of the SfPopup Message. |
+ |
| SfPopupNormalFooterFontSize |
+ Font Size of the SfPopup Footer. |
+ |
| SfPopupNormalStrokeThickness |
+ Stroke Thickness of the SfPopup. |
+ |
| SfPopupNormalOverlayBackground |
+ Background color of the SfPopup Overlay. |
+ |
| SfPopupHoverCloseButtonIconBackground |
+ Hover Background color of the SfPopup CloseButtonIcon. |
+ |
| SfPopupPressedCloseButtonIconBackground |
+ Pressed Background color of the SfPopup CloseButtonIcon. |
+ |
| SfPopupNormalCloseButtonIconStroke |
+ Stroke color of the SfPopup CloseButtonIcon. |
+ |
| SfPopupNormalBackground |
+ Background color of the SfPopup. |
+ |
| SfPopupNormalCloseButtonIconStrokeThickness |
+ Stroke Thickness of the SfPopup CloseButtonIcon. |
+