05-16-2016, 03:48 PM
Hi,
in my WPF application I have a TextBox, when it is cleared, there is applied a style with red border.
In WPF this should be a Triggers, right?
Can I check if this trigger is shown or no?
I see the property Triggers that returns me a TriggerCollection, but the count of it is always 0 (in each condition).
in my WPF application I have a TextBox, when it is cleared, there is applied a style with red border.
In WPF this should be a Triggers, right?
Can I check if this trigger is shown or no?
I see the property Triggers that returns me a TriggerCollection, but the count of it is always 0 (in each condition).