Attribute is not allowed in property element #3317
Unanswered
Tearies
asked this question in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<interactivity:Interaction.Behaviors xmlns:interactivity="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity">
<core:DataStateBehavior xmlns:core="clr-namespace:Microsoft.Expression.Interactivity.Core;assembly=Microsoft.Expression.Interactions" core:DataStateBehavior.TrueState="True" core:DataStateBehavior.FalseState="False" core:DataStateBehavior.Value="True" core:DataStateBehavior.Binding="{Binding VisualState}" />
</interactivity:Interaction.Behaviors>
it seems not compiled. error:Attribute is not allowed in property element
Beta Was this translation helpful? Give feedback.
All reactions