add:实时笔锋及墨迹预测
This commit is contained in:
+54
-18
@@ -836,22 +836,6 @@
|
||||
Toggled="ToggleSwitchDisablePressure_Toggled" />
|
||||
</ikw:SimpleStackPanel>
|
||||
<TextBlock Text="{i18n:I18n Key=Canvas_DisablePressureHint}" TextWrapping="Wrap" Foreground="#a1a1aa" />
|
||||
<ikw:SimpleStackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
||||
<TextBlock Foreground="#fafafa" Text="{i18n:I18n Key=Canvas_InkStrokePrediction}" VerticalAlignment="Center"
|
||||
FontSize="14" Margin="0,0,16,0" />
|
||||
<ui:ToggleSwitch OnContent="" OffContent="" Name="ToggleSwitchEnableInkStrokePrediction"
|
||||
IsOn="True" FontFamily="Microsoft YaHei UI" FontWeight="Bold"
|
||||
Toggled="ToggleSwitchEnableInkStrokePrediction_Toggled" />
|
||||
</ikw:SimpleStackPanel>
|
||||
<TextBlock Text="{i18n:I18n Key=Canvas_InkStrokePredictionHint}" TextWrapping="Wrap" Foreground="#a1a1aa" />
|
||||
<ikw:SimpleStackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
||||
<TextBlock Foreground="#fafafa" Text="{i18n:I18n Key=Canvas_VelocityBrushTip}" VerticalAlignment="Center"
|
||||
FontSize="14" Margin="0,0,16,0" />
|
||||
<ui:ToggleSwitch OnContent="" OffContent="" Name="ToggleSwitchEnableVelocityBrushTip"
|
||||
IsOn="True" FontFamily="Microsoft YaHei UI" FontWeight="Bold"
|
||||
Toggled="ToggleSwitchEnableVelocityBrushTip_Toggled" />
|
||||
</ikw:SimpleStackPanel>
|
||||
<TextBlock Text="{i18n:I18n Key=Canvas_VelocityBrushTipHint}" TextWrapping="Wrap" Foreground="#a1a1aa" />
|
||||
|
||||
<ikw:SimpleStackPanel Orientation="Horizontal" HorizontalAlignment="Left">
|
||||
<TextBlock Foreground="#fafafa" Text="{i18n:I18n Key=Canvas_EraserSize}" VerticalAlignment="Center"
|
||||
@@ -5641,6 +5625,8 @@
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="关闭笔锋"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="实时"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
</ComboBox>
|
||||
</ikw:SimpleStackPanel>
|
||||
<Controls:UniformGrid Columns="3" Width="300"
|
||||
@@ -5688,7 +5674,31 @@
|
||||
IsOn="False" />
|
||||
</ikw:SimpleStackPanel>
|
||||
</Controls:UniformGrid>
|
||||
|
||||
<ikw:SimpleStackPanel Orientation="Horizontal"
|
||||
Margin="0,10,0,0" VerticalAlignment="Center">
|
||||
<Label Content="墨迹预测" FontSize="12"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource FloatBarForeground}"
|
||||
Margin="0,0,10,0" />
|
||||
<ui:ToggleSwitch
|
||||
x:Name="BoardToggleSwitchInkStrokePredictionPanel"
|
||||
MinWidth="0" Width="80"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
Toggled="ToggleSwitchInkStrokePredictionPanel_Toggled" />
|
||||
<ComboBox x:Name="BoardComboBoxInkStrokePredictionLead"
|
||||
Width="130" Height="30" Margin="12,0,0,0"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
VerticalAlignment="Center"
|
||||
Visibility="Collapsed"
|
||||
SelectionChanged="ComboBoxInkStrokePredictionLead_SelectionChanged">
|
||||
<ComboBoxItem Content="自动"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="25ms"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="50ms"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
</ComboBox>
|
||||
</ikw:SimpleStackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Height="30">
|
||||
<Label Margin="0,0,10,0" Content="粗细"
|
||||
@@ -8689,6 +8699,8 @@
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="关闭笔锋"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="实时"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
</ComboBox>
|
||||
</ikw:SimpleStackPanel>
|
||||
<Controls:UniformGrid Columns="3" Width="300" Height="55">
|
||||
@@ -8731,7 +8743,31 @@
|
||||
IsOn="{Binding ElementName=ToggleSwitchInkFadeInPanel, Path=IsOn}" />
|
||||
</ikw:SimpleStackPanel>
|
||||
</Controls:UniformGrid>
|
||||
|
||||
<ikw:SimpleStackPanel Orientation="Horizontal"
|
||||
Margin="0,10,0,0" VerticalAlignment="Center">
|
||||
<Label Content="墨迹预测" FontSize="12"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource FloatBarForeground}"
|
||||
Margin="0,0,10,0" />
|
||||
<ui:ToggleSwitch
|
||||
x:Name="ToggleSwitchInkStrokePredictionPanel"
|
||||
MinWidth="0" Width="80"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
Toggled="ToggleSwitchInkStrokePredictionPanel_Toggled" />
|
||||
<ComboBox x:Name="ComboBoxInkStrokePredictionLead"
|
||||
Width="130" Height="30" Margin="12,0,0,0"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
VerticalAlignment="Center"
|
||||
Visibility="Collapsed"
|
||||
SelectionChanged="ComboBoxInkStrokePredictionLead_SelectionChanged">
|
||||
<ComboBoxItem Content="自动"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="25ms"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
<ComboBoxItem Content="50ms"
|
||||
FontFamily="Microsoft YaHei UI" />
|
||||
</ComboBox>
|
||||
</ikw:SimpleStackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Height="30">
|
||||
<Label Margin="0,0,10,0" Content="粗细" FontWeight="Bold"
|
||||
|
||||
Reference in New Issue
Block a user