Gu.Wpf.ToolTips
0.4.0
Install-Package Gu.Wpf.ToolTips -Version 0.4.0
dotnet add 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.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.