Preguntas etiquetadas con expression-blend


10
Cómo agregar un comportamiento de fusión en un Style Setter
He creado un comportamiento Blend para Button. ¿Cómo puedo configurar eso para todos mis botones en la aplicación? <Button ...> <i:Interaction.Behaviors> <local:MyBehavior /> </i:Interaction.Behaviors> </Button> Sin embargo, cuando intento: <Style> <Setter Property="i:Interaction.Behaviors"> <Setter.Value> <local:MyBehavior /> </Setter.Value> </Setter> </Style> Me sale el error La propiedad "Behaviors" no tiene un setter accesible.
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.