This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,4 +1,4 @@
<ui:FluentWindowEx
<ui:NeoWindow
Height="450"
Title="构件明细"
Width="800"
@@ -10,7 +10,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.Resources>
<ResourceDictionary>
@@ -20,7 +20,7 @@
<!--<mvvm:BindingProxy x:Key="DocumentProxy" Data="{Binding Document}" />-->
</ResourceDictionary>
</Window.Resources>
<ui:AutoGrid
<ui:Grid
ChildMargin="5"
Columns="*"
Rows="*,Auto">
@@ -75,11 +75,11 @@
IsChecked="{Binding IsCutting, UpdateSourceTrigger=PropertyChanged}"
Margin="5"
ToolTip="仅三维视图可用" />
<ui:TextBox
<TextBox
Margin="5"
PlaceholderText="请输入检索属性条目"
ui:InputAssist.Placeholder="请输入检索属性条目"
Text="{Binding SearchProp, UpdateSourceTrigger=PropertyChanged}"
ui:StackPanel.Fill="Fill" />
</ui:StackPanel>
</ui:AutoGrid>
</ui:FluentWindowEx>
</ui:Grid>
</ui:NeoWindow>