整理代码
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:sv="clr-namespace:Melskin.Controls"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:sv="clr-namespace:Melskin.Controls">
|
||||
<Style TargetType="{x:Type sv:PropertyField}">
|
||||
<Setter Property="PropertyName" Value="(PropertyName)" />
|
||||
<Setter Property="PropertyValue" Value="" />
|
||||
@@ -17,7 +17,7 @@
|
||||
<ColumnDefinition Width="{TemplateBinding NameAreaWidth}" />
|
||||
<ColumnDefinition Width="{TemplateBinding ValueAreaWidth}" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Label Content="{TemplateBinding PropertyName}" Grid.Column="0" />
|
||||
<Label Grid.Column="0" Content="{TemplateBinding PropertyName}" />
|
||||
<TextBox
|
||||
Grid.Column="1"
|
||||
IsReadOnly="{TemplateBinding ReadOnly}"
|
||||
|
||||
Reference in New Issue
Block a user