عنوان:

‫XAML Behaviors سورس باز شد


نویسنده: وحید نصیری
تاریخ: ۱۳۹۴/۱۰/۰۷ ۲۳:۰
آدرس: www.dntips.ir

همان کتابخانه‌ی System.Windows.Interactivity

<Button>
    <Interactivity:Interaction.Behaviors>
        <Core:EventTriggerBehavior EventName="Click">
            <Core:ChangePropertyAction PropertyName="Background">
                <Core:ChangePropertyAction.Value>
                    <SolidColorBrush Color="Red"/>
                </Core:ChangePropertyAction.Value>
            </Core:ChangePropertyAction>
        </Core:EventTriggerBehavior>
    </Interactivity:Interaction.Behaviors>
</Button>



مشاهده مطلب اصلی