-
Beta Was this translation helpful? Give feedback.
Answered by
Stedy59
Sep 11, 2023
Replies: 1 comment 2 replies
-
Put this in your App.xaml located in the Platforms\Windows folder...
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kj4bix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this in your App.xaml located in the Platforms\Windows folder...
<maui:MauiWinUIApplication.Resources> <ResourceDictionary> <!-- ToggleSwitch : Turn off ON/OFF label --> <Style TargetType="ToggleSwitch"> <Setter Property="OffContent" Value=" " /> <Setter Property="OnContent" Value=" " /> <Setter Property="Margin" Value="0,0,-110,0" /> </Style> </ResourceDictionary> </maui:MauiWinUIApplication.Resources>