Skip to content

Commit

Permalink
Update ToggleSwitchPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Aug 25, 2024
1 parent 03eccfd commit f55ae69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
Header="Toggle work"
IsOn="True"
OffContent="Do work"
OnContent="Working" />
<ui:ProgressRing Width="130" IsActive="{Binding IsOn, ElementName=toggleSwitch}" />
OnContent="Working" VerticalAlignment="Top" />
<ui:ProgressRing Width="64" Height="64" IsActive="{Binding IsOn, ElementName=toggleSwitch}" />
</StackPanel>

<local:ControlExample.Options>
Expand Down

0 comments on commit f55ae69

Please sign in to comment.