界面数据步骤数据的绑定
This commit is contained in:
@@ -85,6 +85,8 @@
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<!-- 手自动切换 -->
|
||||
<StackPanel
|
||||
Grid.ColumnSpan="2"
|
||||
Margin="5,3,3,0"
|
||||
@@ -112,7 +114,7 @@
|
||||
Foreground="CadetBlue"
|
||||
Text="{Binding ElementName=MeterInstance, Path=AutoStateMsg}" />
|
||||
</StackPanel>
|
||||
|
||||
<!-- MV -->
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
@@ -154,6 +156,7 @@
|
||||
Text="MV"
|
||||
Visibility="{Binding ElementName=MeterInstance, Path=IsHandValueShow}" />
|
||||
</StackPanel>
|
||||
<!-- SV -->
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
|
||||
Reference in New Issue
Block a user