Explorar o código

样式 - 设置默认支持多行属性(扩展文本框支持多行输入)

ZhouJieSheng hai 1 ano
pai
achega
18dab0b05a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      PDF Office/Themes/Generic.xaml

+ 1 - 0
PDF Office/Themes/Generic.xaml

@@ -52,6 +52,7 @@
         <Setter Property="Height" Value="32" />
         <Setter Property="Padding" Value="3,0" />
         <Setter Property="CornerRadius" Value="4" />
+        <Setter Property="AcceptsReturn" Value="True"/>
         <Setter Property="Template">
             <Setter.Value>
                 <ControlTemplate TargetType="{x:Type cus:TextBoxEx}">