add:展台

This commit is contained in:
2026-02-19 18:24:55 +08:00
parent 432cc3825e
commit d2abadd69b
3 changed files with 204 additions and 1 deletions
+16
View File
@@ -10558,6 +10558,22 @@
HorizontalAlignment="Center"
VerticalAlignment="Center"
Orientation="Horizontal">
<ToggleButton
x:Name="BtnToggleVideoPresenterLiveOnCanvas"
Width="90"
Height="40"
Margin="3,0"
Background="{DynamicResource FloatBarBackground}"
BorderBrush="{DynamicResource FloatBarBorderBrush}"
BorderThickness="1"
Checked="BtnToggleVideoPresenterLiveOnCanvas_Checked"
Unchecked="BtnToggleVideoPresenterLiveOnCanvas_Unchecked">
<TextBlock
FontSize="12"
FontWeight="SemiBold"
Foreground="{DynamicResource FloatBarForeground}"
Text="上屏" />
</ToggleButton>
<ToggleButton
x:Name="CheckBoxEnablePhotoCorrection"
Width="110"