xmlns:sys="clr-namespace:System;assembly=mscorlib"
<Window.Resources>
<sys:Double x:Key="RowH">32</sys:Double>
</Window.Resources>
...
<RowDefinition Height="{Binding Source={StaticResource RowH}}"/>
WPF-xaml文件中使用常量
于 2024-11-16 12:00:19 首次发布