FlyleafLib.Controls.WPF 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FlyleafLib.Controls.WPF --version 1.2.0
NuGet\Install-Package FlyleafLib.Controls.WPF -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlyleafLib.Controls.WPF" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlyleafLib.Controls.WPF --version 1.2.0
#r "nuget: FlyleafLib.Controls.WPF, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FlyleafLib.Controls.WPF as a Cake Addin
#addin nuget:?package=FlyleafLib.Controls.WPF&version=1.2.0

// Install FlyleafLib.Controls.WPF as a Cake Tool
#tool nuget:?package=FlyleafLib.Controls.WPF&version=1.2.0

FlyleafME: A WPF Media Element Control (based on FlyleafLib)

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.9 102 4/16/2024
1.3.8 184 3/11/2024
1.3.7 294 2/18/2024
1.3.6 121 1/31/2024
1.3.5 81 1/28/2024
1.3.4 133 1/19/2024
1.3.3 114 1/14/2024
1.3.2 180 1/2/2024
1.3.1 95 12/30/2023
1.3.0 148 12/15/2023
1.2.34 121 12/10/2023
1.2.33 110 12/6/2023
1.2.32 197 11/12/2023
1.2.31 107 11/11/2023
1.2.30 385 11/5/2023
1.2.29 155 10/24/2023
1.2.28 186 10/8/2023
1.2.27 265 9/29/2023
1.2.26 433 9/7/2023
1.2.25 137 8/31/2023
1.2.24 250 8/19/2023
1.2.23 391 5/30/2023
1.2.22 184 5/15/2023
1.2.21 171 5/2/2023
1.2.20 162 4/29/2023
1.2.19 154 4/27/2023
1.2.18 190 4/25/2023
1.2.17 168 4/23/2023
1.2.16 176 4/21/2023
1.2.15 171 4/20/2023
1.2.14 170 4/20/2023
1.2.13 182 4/15/2023
1.2.11 226 4/6/2023
1.2.10 316 3/25/2023
1.2.9 245 3/18/2023
1.2.8 308 2/16/2023
1.2.7 975 2/12/2023
1.2.5 287 2/8/2023
1.2.4 588 1/11/2023
1.2.3 618 12/16/2022
1.2.2 372 11/29/2022
1.2.1 382 11/12/2022
1.2.0 363 11/9/2022
1.2.0-pre3 107 11/7/2022
1.2.0-pre2 125 11/4/2022
1.2.0-pre 107 11/3/2022
1.1.28 478 10/19/2022
1.1.27 493 8/30/2022
1.1.26 554 7/2/2022
1.1.25 451 6/23/2022
1.1.24 454 5/29/2022
1.1.22 423 5/26/2022
1.1.22-pre 129 5/22/2022
1.1.21 543 5/13/2022
1.1.20 884 1/18/2022
1.1.19 432 1/12/2022
1.1.18 315 1/6/2022
1.1.17 298 1/2/2022
1.1.16 273 12/30/2021
1.1.15 301 12/24/2021
1.1.15-pre 156 12/19/2021
1.1.14 327 11/28/2021
1.1.13 381 10/5/2021
1.1.12 306 9/28/2021
1.1.11 357 9/20/2021
1.1.10 309 9/17/2021
1.1.9 361 9/9/2021
1.1.8 372 9/5/2021
1.1.7 317 8/28/2021
1.1.7-pre 194 8/24/2021
1.1.6 315 8/9/2021
1.1.5 313 8/9/2021
1.1.4 389 7/26/2021
1.1.3 345 7/23/2021
1.1.2 364 7/20/2021
1.1.1 366 7/17/2021
1.1.0 385 5/3/2021
1.0.0 347 4/23/2021
1.0.0-alpha2 195 4/20/2021
1.0.0-alpha1 178 4/18/2021

Introduces FlyleafME WPF Media Element Control (Flyleaf replacement)
   * Code clean-up and styles / templates to allow easier override and customization
   * Updated with the new FlyleafHost (old ViewView) and gains better performance with more functionality
   * Adds Activity Timeout on Settings
   * Adds Rotation to Popup menu
   * Fixes several issues with DPI
   * Fixes issues with Activity / Idle Mode
   * Fixes an issue to respect Subtitles FontStyle
   * Updates FlyleafLib

Breaking Changes
   * Flyleaf (WPF Control) has been renamed to FlyleafME (Media Element) and does not require a FlyleafHost as it was required previously with the VideoView (it derives from it)