MappingImage.Dialog
0.1.1
See the version list below for details.
dotnet add package MappingImage.Dialog --version 0.1.1
NuGet\Install-Package MappingImage.Dialog -Version 0.1.1
<PackageReference Include="MappingImage.Dialog" Version="0.1.1" />
<PackageVersion Include="MappingImage.Dialog" Version="0.1.1" />
<PackageReference Include="MappingImage.Dialog" />
paket add MappingImage.Dialog --version 0.1.1
#r "nuget: MappingImage.Dialog, 0.1.1"
#:package MappingImage.Dialog@0.1.1
#addin nuget:?package=MappingImage.Dialog&version=0.1.1
#tool nuget:?package=MappingImage.Dialog&version=0.1.1
MappingImage.Dialog
MappingImage.Dialog is a lightweight WPF dialog wrapper that hosts the MappingImage odontogram control for tooth selection. It provides a simple API to show the dialog and returns the selected tooth id.
Usage
Call:
var selected = MappingImage.Dialog.MappingDialogService.ShowMappingDialog(this); if (!string.IsNullOrEmpty(selected)) { // use selected }
Requirements
- .NET 10 (net10.0-windows) with UseWPF enabled
- MahApps.Metro and CommunityToolkit.Mvvm may be required depending on UI styles
Packaging
This README is included in the NuGet package via PackageReadmeFile so it appears on nuget.org.
How to build
- dotnet build MappingImage.Dialog/MappingImage.Dialog.csproj
How to pack
- dotnet pack MappingImage.Dialog/MappingImage.Dialog.csproj -c Release -o ./nupkg
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
-
net10.0-windows7.0
- CommunityToolkit.Mvvm (>= 8.4.2)
- MappingImage (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.