<ListBox.ItemContainerStyle>
<Style TargetType="{x:Type ListBoxItem}" BasedOn="{StaticResource chkLstItemContainerStyle}">
<Setter Property="IsSelected" Value="{Binding Visible}"/>
<Setter Property="Foreground">
<Setter.Value>
<SolidColorBrush Color="{Binding Color2}"/>
</Setter.Value>
</Setter>
</Style>
</ListBox.ItemContainerStyle>
请问:<Setter Property="IsSelected" Value="{Binding Visible}"/>这句是什么意思,其中的 Value是依赖属性吗,怎样看它在哪定义?依赖属性定义不是要public static readonly三要素一起吗,我搜索此例中的后台cs代码,并无这个。
有的
我怀疑你没有好好看刘铁猛那本书
– 会长 1年前@会长: 有些知识点说的太深奥
– tea2007 1年前