Gu.Wpf.ToolTips
0.4.0
dotnet add package Gu.Wpf.ToolTips --version 0.4.0
NuGet\Install-Package Gu.Wpf.ToolTips -Version 0.4.0
<PackageReference Include="Gu.Wpf.ToolTips" Version="0.4.0" />
paket add Gu.Wpf.ToolTips --version 0.4.0
#r "nuget: Gu.Wpf.ToolTips, 0.4.0"
// Install Gu.Wpf.ToolTips as a Cake Addin #addin nuget:?package=Gu.Wpf.ToolTips&version=0.4.0 // Install Gu.Wpf.ToolTips as a Cake Tool #tool nuget:?package=Gu.Wpf.ToolTips&version=0.4.0
ToolTips for touch
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.4.0
BREAKING: Remove PopupControlService.HideToolTip()
BREAKING: Change parameter type in PopupControlService.ShowToolTip(UIElement element)
0.3.2
Check that ToolTip is not open before opening via touch. Issue 13
0.3.1
A couple of more checks around issue 13. Could not repro so not sure if fixed.
0.3.0
BREAKING: PopUpButton removed. API simplified with OverlayAdorner only
BREAKING: TouchToolTipService.IsEnabled is the new simplified API, use style to change overlay rendering.