mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-16 06:06:36 +08:00
修改空间名称
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:dd="clr-namespace:AIStudio.Wpf.DiagramDesigner">
|
||||
<!--TextBox水印样式-->
|
||||
<Style TargetType="{x:Type TextBox}" x:Key="WaterTextBox">
|
||||
<Style TargetType="{x:Type TextBox}" x:Key="AIStudio.Diagram.Styles.TextBox">
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
<Setter Property="TextWrapping" Value="Wrap"/>
|
||||
<Setter Property="Width" Value="Auto"/>
|
||||
@@ -47,7 +47,7 @@
|
||||
</Style>
|
||||
|
||||
<!--TextBox水印,阴影样式-->
|
||||
<Style TargetType="{x:Type TextBox}" x:Key="WaterTextBoxWithEffect">
|
||||
<Style TargetType="{x:Type TextBox}" x:Key="AIStudio.Diagram.Styles.TextBox.Effect">
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
<Setter Property="TextWrapping" Value="Wrap"/>
|
||||
<Setter Property="Width" Value="Auto"/>
|
||||
|
||||
Reference in New Issue
Block a user