Skip to content
Discussion options

You must be logged in to vote

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>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kj4bix
Comment options

@Stedy59
Comment options

Answer selected by kj4bix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants