ux: show built-in parameters for Default field of TextBox and Path Selector (#1466)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-06-27 16:21:45 +08:00
parent 042ae5cc29
commit 019b4836e4

View File

@@ -151,6 +151,11 @@
Height="28"
Text="{Binding StringValue, Mode=TwoWay}"
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.NotEqual}, ConverterParameter={x:Static m:CustomActionControlType.CheckBox}}"/>
<TextBlock Margin="0,2,0,0"
TextWrapping="Wrap"
Text="{DynamicResource Text.Configure.CustomAction.Arguments.Tip}"
Foreground="{DynamicResource Brush.FG2}"
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.NotEqual}, ConverterParameter={x:Static m:CustomActionControlType.CheckBox}}"/>
<CheckBox Height="28"
Margin="0,4,0,0"
IsChecked="{Binding BoolValue, Mode=TwoWay}"