Is it possible to use a DataTrigger to set the angle of a RotateTransform in WPF? If so, how?
相关问题
- VNC control for WPF application
- WPF Binding from System.Windows.SystemParameters.P
- XAML: Applying styles to nested controls
- How can I add a horizontal line (“goal line”) for
- How to properly change a resource dictionary
Sure, something like this should work
Alternatively, if you already have a
LayoutTransform
set, you could useEnterActions
andExitActions
of theDataTrigger