Untitled
unknown
plain_text
8 months ago
561 B
5
Indexable
<DataTemplate DataType="{x:Type YourViewModelType}">
<StackPanel>
<customControls:ThemedImage x:Name="SwitchToImage" />
<i:Interaction.Behaviors>
<core:DataTriggerBehavior Binding="{Binding StateManager.SwitchToPanelType}" Value="{x:Static dockpanel:Dockables.InternalBrowser}">
<core:ChangePropertyAction TargetObject="{Binding #SwitchToImage}" PropertyName="ImageName" Value="browser-n" />
</core:DataTriggerBehavior>
</i:Interaction.Behaviors>
</StackPanel>
</DataTemplate>
Editor is loading...
Leave a Comment