Files
TheXamlGuy/App/KingPing/Views/AnalogOutputView.axaml
T
2022-11-03 13:42:36 +00:00

9 lines
289 B
XML

<SettingsExpander
x:Class="KingPing.AnalogOutputView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SettingsExpander.Footer>
<ProgressRing IsIndeterminate="True" />
</SettingsExpander.Footer>
</SettingsExpander>