dotnet / dotnet/dotnet-api-docs
Incorrect information FrameworkElement.Triggers
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
https://docs.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.triggers?redirectedfrom=MSDN&view=netcore-3.1#System_Windows_FrameworkElement_Triggers
> XAML Values
oneOrMoreTriggers
One or more defined EventTrigger elements. Each such trigger is expected to contain valid storyboard actions and references. **Note that this collection can only be established on the root element of a page.** For more information, see Storyboards Overview.
Yet in Storyboards Overview a Rectangle ( which is not the root element ) has an EventTrigger in its TriggerCollection.
`
`
- [x] .NET Core
- [x] .NET Framework
- [ ] .NET Standard
Contributor guide
Assessment
This issue has not been assessed yet.