1 Star 0 Fork 0

lindx/NodeEditor

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BoolProperty.xaml 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
lindx 提交于 2025-05-06 00:19 +08:00 . new
<Grid x:Class="NodeEditor.BoolProperty"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:NodeEditor">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" /> <!-- KeyType 列 -->
<ColumnDefinition Width="Auto" /> <!-- KeyName 列 -->
<ColumnDefinition Width="*" /> <!-- Value 列 -->
<ColumnDefinition Width="Auto" /> <!-- Delete Key 列 -->
</Grid.ColumnDefinitions>
<TextBlock x:Name="keyTypeUI" Grid.Column="0" VerticalAlignment="Center" FontSize="9" Margin="2,2,0,0" Foreground="#24D62A"/>
<TextBlock x:Name="keyNameUI" Grid.Column="1" VerticalAlignment="Center" FontSize="12" Margin="2"/>
<RadioButton x:Name="valueUI" Grid.Column="2" Margin="4,3,2,2" IsChecked="False" Click="fieldUI_RadioChanged" />
<Button x:Name="delValueUI" Grid.Column="3" Content="X" Margin="2" Width="14" Height="14" Style="{StaticResource RoundedButtonStyle}" />
</Grid>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lindx-code/NodeEditor.git
git@gitee.com:lindx-code/NodeEditor.git
lindx-code
NodeEditor
NodeEditor
master

搜索帮助