How to change the Background color of the UserControl #1057
-
How to change the Background color of the UserControl instead of default color in the library, because we want to customize the appearance of the view. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi 🖐, HandyControl doesn't change Background color for UserControl. If you want to customize the color of your application you can overwrite the colors provide by HandyControl. You can see here the colors : HandyControl/src/Shared/HandyControl_Shared/Themes/Basic/Colors/ You can overwrite them in your App.xaml. If you want to change the Background colors, there is 3 main background colors in HandyContol :
Hope it will help ! 😄 |
Beta Was this translation helpful? Give feedback.
Hi 🖐,
HandyControl doesn't change Background color for UserControl.
If you want to customize the color of your application you can overwrite the colors provide by HandyControl. You can see here the colors : HandyControl/src/Shared/HandyControl_Shared/Themes/Basic/Colors/
You can overwrite them in your App.xaml.
If you want to change the Background colors, there is 3 main background colors in HandyContol :
Hope it will help ! 😄