ALittleDruid
ALittleDruid
**Describe the pull request** - #### What does your PR fix? Enable iconv icu openssl png tiff xml2 zlib dependencies and STL, etc - #### Which triplets are supported/not supported?...
## Describe the bug protected override void OnInitialized(EventArgs e) { // Bind dependency properties across controls // properties of FrameworkElement Bind(nameof(Style), StyleProperty, windows.UI.Xaml.Controls.MediaPlayerElement.StyleProperty); Bind(nameof(MaxHeight), MaxHeightProperty, windows.UI.Xaml.Controls.MediaPlayerElement.MaxHeightProperty); Bind(nameof(FlowDirection), FlowDirectionProperty, windows.UI.Xaml.Controls.MediaPlayerElement.FlowDirectionProperty); ......