Commit 6e5d2f9a authored by 潘栩锋's avatar 潘栩锋 🚴

K300设置,添加整个图反转功能

parent 598dd790
......@@ -90,6 +90,10 @@
<TextBlock Style="{StaticResource TextBlockStyle_FieldContent_mm}" Text="秒"/>
</StackPanel>
</StackPanel>
<StackPanel Margin="5" >
<TextBlock Style="{StaticResource TextBlockStyle_FieldHeaderEditable}" Text="图反向" />
<ToggleButton Style="{StaticResource ToggleButtonStyle1}" HorizontalAlignment="Left" IsChecked="{Binding IsReversed}"/>
</StackPanel>
</StackPanel>
</StackPanel>
</Grid>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment