VisioForge.DotNet.Core.UI.MAUI 2025.8.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package VisioForge.DotNet.Core.UI.MAUI --version 2025.8.9
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.8.9
                    
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="VisioForge.DotNet.Core.UI.MAUI" Version="2025.8.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VisioForge.DotNet.Core.UI.MAUI" Version="2025.8.9" />
                    
Directory.Packages.props
<PackageReference Include="VisioForge.DotNet.Core.UI.MAUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VisioForge.DotNet.Core.UI.MAUI --version 2025.8.9
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.8.9"
                    
#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.
#:package VisioForge.DotNet.Core.UI.MAUI@2025.8.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.8.9
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.8.9
                    
Install as a Cake Tool

VisioForge SDKs MAUI package

VisioForge.Core.UI.MAUI package contains UI controls for .Net MAUI platform.

Initializing

In order to use the .NET MAUI VisioForge SDKs you need to call the extension method in your MauiProgram.cs file as follows:

using SkiaSharp.Views.Maui.Controls.Hosting;
using VisioForge.Core.UI.MAUI;

public static class MauiProgram
{
	public static MauiApp CreateMauiApp()
	{
		var builder = MauiApp.CreateBuilder();
		builder
			.UseMauiApp<App>()
			// Initialize the SkiaSharp package by adding the below line of code
			.UseSkiaSharp()
			// Initialize the VisioForge MAUI package by adding the below line of code
			.ConfigureMauiHandlers(handlers => handlers.AddVisioForgeHandlers())
			// After initializing the VisioForge MAUI package, optionally add additional fonts
			.ConfigureFonts(fonts =>
			{
				fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
				fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
			});

		// Continue initializing your .NET MAUI App here

		return builder.Build();
	}
}

XAML usage

In order to make use of the SDK within XAML you can use this namespace:

xmlns:vf="clr-namespace:VisioForge.Core.UI.MAUI;assembly=VisioForge.Core.UI.MAUI"

Further information

For more information please visit:

Samples

Sample applications are available on GitHub.

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios18.0 is compatible.  net8.0-maccatalyst18.0 is compatible.  net8.0-windows10.0.19041 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible.  net10.0-android was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-windows 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
2025.9.3 0 9/6/2025
2025.9.2 110 9/3/2025
2025.9.1 111 9/2/2025
2025.9.0 125 9/1/2025
2025.8.9 180 8/27/2025
2025.8.7 244 8/25/2025
2025.8.6 124 8/20/2025
2025.8.5 130 8/18/2025
2025.8.4 134 8/13/2025
2025.8.3 119 8/9/2025
2025.8.2 168 8/8/2025
2025.8.1 211 8/7/2025
2025.7.15 40 8/1/2025
2025.7.14 100 7/29/2025
2025.7.12 106 7/27/2025
2025.7.11 315 7/25/2025
2025.7.10 363 7/25/2025
2025.7.9 494 7/23/2025
2025.7.8 76 7/18/2025
2025.7.6 154 7/6/2025
2025.7.1 151 7/2/2025
2025.6.30 150 7/1/2025
2025.6.29 111 6/28/2025
2025.6.28 105 6/28/2025
2025.6.27 110 6/27/2025
2025.6.11 112 6/27/2025
2025.6.10 152 6/23/2025
2025.6.9 118 6/21/2025
2025.6.8 97 6/20/2025
2025.6.7 163 6/19/2025
2025.6.5 155 6/19/2025
2025.6.4 153 6/18/2025
2025.6.3 158 6/17/2025
2025.6.2 152 6/17/2025
2025.6.1 106 6/6/2025
2025.5.6 104 5/30/2025
2025.5.2 246 5/15/2025
2025.5.1 256 5/13/2025
2025.4.12 185 4/29/2025
2025.4.11 216 4/17/2025
2025.4.10 196 4/9/2025
2025.4.9 192 4/9/2025
2025.4.8 188 4/9/2025
2025.4.1 151 4/4/2025
2025.3.28 168 3/28/2025
2025.3.27 514 3/25/2025
2025.3.23 364 3/24/2025
2025.3.21 131 3/21/2025
2025.3.18 175 3/19/2025
2025.3.17 180 3/19/2025
2025.3.16 176 3/18/2025
2025.3.15 173 3/13/2025
2025.3.14 180 3/13/2025
2025.3.12 189 3/12/2025
2025.3.8 224 3/10/2025
2025.3.7 189 3/10/2025
2025.3.6 175 3/9/2025
2025.3.5 236 3/7/2025
2025.2.23 264 3/5/2025
2025.2.21 154 2/27/2025
2025.2.20 144 2/26/2025
2025.2.19 148 2/25/2025
2025.2.18 143 2/25/2025
2025.2.17 141 2/22/2025
2025.2.16 131 2/22/2025
2025.2.15 143 2/21/2025
2025.2.12 139 2/19/2025
2025.2.11 136 2/19/2025
2025.2.10 161 2/17/2025
2025.2.9 140 2/17/2025
2025.2.8 132 2/12/2025
2025.2.7 146 2/12/2025
2025.2.6 139 2/9/2025
2025.2.5 147 2/9/2025
2025.2.4 137 2/9/2025
2025.2.3 140 2/8/2025
2025.2.1 153 2/4/2025
2025.1.25 134 2/1/2025
2025.1.24 138 1/31/2025
2025.1.23 152 1/31/2025
2025.1.22 143 1/26/2025
2025.1.21 125 1/26/2025
2025.1.20 141 1/25/2025
2025.1.19 134 1/25/2025
2025.1.17 140 1/24/2025
2025.1.16 133 1/23/2025
2025.1.15 136 1/23/2025
2025.1.12 143 1/23/2025
2025.1.11 137 1/21/2025
2025.1.10 135 1/21/2025
2025.1.9 139 1/20/2025
2025.1.7 128 1/18/2025
2025.1.6 134 1/17/2025
2025.1.5 128 1/14/2025
2025.1.4 136 1/9/2025
2025.1.3 123 1/9/2025
2025.1.2 132 1/8/2025
2025.1.1 142 1/7/2025
2025.1.0 142 1/7/2025
2025.0.28 138 12/28/2024
2025.0.27 141 12/28/2024
2025.0.26 144 12/26/2024
2025.0.25 145 12/22/2024
2025.0.16 138 12/18/2024
2025.0.15 150 12/16/2024
2025.0.14 148 12/12/2024
2025.0.12 143 12/10/2024
2025.0.10 144 12/7/2024
2025.0.9 145 12/6/2024
2025.0.8 159 12/5/2024
2025.0.7 147 11/29/2024
2025.0.6 135 11/28/2024
2025.0.3 148 11/19/2024
2025.0.1 135 11/18/2024
2025.0.0 142 11/16/2024
15.10.40 146 11/13/2024
15.10.39 147 11/11/2024
15.10.38 157 11/10/2024
15.10.37 142 11/1/2024
15.10.36 148 11/1/2024
15.10.35 148 10/28/2024
15.10.32 193 10/17/2024
15.10.31 170 10/17/2024
15.10.28 136 10/16/2024
15.10.27 146 10/13/2024
15.10.26 149 10/13/2024
15.10.25 148 10/11/2024
15.10.24 156 10/10/2024
15.10.23 147 10/10/2024
15.10.22 155 10/9/2024
15.10.21 131 10/6/2024
15.10.20 142 10/5/2024
15.10.19 141 10/4/2024
15.10.18 142 10/2/2024
15.10.17 150 9/29/2024
15.10.16 143 9/29/2024
15.10.14 141 9/29/2024
15.10.12 156 9/27/2024
15.10.11 149 9/24/2024
15.10.9 146 9/23/2024
15.10.8 143 9/22/2024
15.10.7-beta 116 9/19/2024
15.10.5 165 9/16/2024
15.10.4-beta 131 9/13/2024
15.10.3-beta 128 9/7/2024
15.10.2-beta 116 9/7/2024
15.9.93 190 8/17/2024
15.9.92 168 8/16/2024
15.9.91 166 8/16/2024
15.9.90 159 8/14/2024
15.9.89 168 8/14/2024
15.9.88 159 8/13/2024
15.9.87 158 8/12/2024
15.9.86 172 8/11/2024
15.9.85 156 8/10/2024
15.9.84 160 8/8/2024
15.9.83 163 8/8/2024
15.9.82 125 8/5/2024
15.9.81 130 8/4/2024
15.9.80 136 8/2/2024
15.9.75 130 8/2/2024
15.9.74 151 8/1/2024
15.9.73 141 8/1/2024
15.9.72 118 7/28/2024
15.9.71 123 7/27/2024
15.9.70 135 7/27/2024
15.9.69 133 7/26/2024
15.9.68 155 7/26/2024
15.9.67 131 7/25/2024
15.9.66 167 7/22/2024
15.9.65 144 7/21/2024
15.9.64 153 7/20/2024
15.9.63 161 7/19/2024
15.9.62 153 7/19/2024
15.9.61 173 7/18/2024
15.9.60 153 7/18/2024
15.9.59 169 7/17/2024
15.9.58 158 7/15/2024
15.9.57 158 7/15/2024
15.9.56 200 7/6/2024
15.9.55 170 6/28/2024
15.9.54 171 6/23/2024
15.9.53 168 6/22/2024
15.9.52 175 6/22/2024
15.9.51 146 6/17/2024
15.9.50 148 6/15/2024
15.9.47 159 6/7/2024
15.9.46 160 6/6/2024
15.9.45 157 6/5/2024
15.9.43 166 5/29/2024
15.9.42 170 5/26/2024
15.9.41 161 5/25/2024
15.9.40 152 5/25/2024
15.9.39 146 5/23/2024
15.9.38 154 5/21/2024
15.9.37 155 5/21/2024
15.9.36 167 5/14/2024
15.9.35 165 5/14/2024
15.9.33 185 5/12/2024
15.9.32 167 5/10/2024
15.9.31 166 5/9/2024
15.9.30 160 5/9/2024
15.9.29 170 5/8/2024
15.9.28 188 5/6/2024
15.9.27 185 5/6/2024
15.9.26 125 5/3/2024
15.9.25 117 5/2/2024
15.9.23 165 4/29/2024
15.9.22 160 4/28/2024
15.9.21 167 4/27/2024
15.9.20 157 4/27/2024
15.9.18 168 4/27/2024
15.9.17 187 4/25/2024
15.9.16 161 4/24/2024
15.9.14 173 4/23/2024
15.9.12 170 4/23/2024
15.9.11 165 4/23/2024
15.9.10 180 4/21/2024
15.9.8 168 4/21/2024
15.9.7 180 4/18/2024
15.9.6 161 4/17/2024
15.9.5 184 4/16/2024
15.9.4 179 4/14/2024
15.9.3 182 4/13/2024
15.9.2 201 4/10/2024
15.9.1 177 4/6/2024
15.9.0 178 4/5/2024
15.8.54 170 3/29/2024
15.8.53 162 3/28/2024
15.8.52 203 3/23/2024
15.8.51 184 3/22/2024
15.8.50 183 3/21/2024
15.8.49 177 3/21/2024
15.8.48 182 3/21/2024
15.8.47 180 3/20/2024
15.8.43 184 3/13/2024
15.8.42 189 3/7/2024
15.8.41 174 3/6/2024
15.8.40 192 3/6/2024
15.8.39 165 3/5/2024
15.8.38 179 3/5/2024
15.8.37 198 3/4/2024
15.8.36 199 3/4/2024
15.8.35 185 3/3/2024
15.8.34 212 3/2/2024
15.8.33 184 2/29/2024
15.8.32 187 2/29/2024
15.8.31 180 2/28/2024
15.8.30 171 2/27/2024
15.8.29 184 2/26/2024
15.8.28 176 2/25/2024
15.8.27 170 2/25/2024
15.8.26 194 2/25/2024
15.8.25 195 2/21/2024
15.8.24 178 2/20/2024
15.8.23 184 2/20/2024
15.8.22 168 2/20/2024
15.8.21 182 2/19/2024
15.8.20 169 2/19/2024
15.8.19 165 2/15/2024
15.8.18 177 2/15/2024
15.8.17 189 2/11/2024
15.8.16 188 2/10/2024
15.8.14 170 2/9/2024
15.8.12 190 2/8/2024
15.8.11 176 2/7/2024
15.8.10 191 2/6/2024
15.8.9 186 2/6/2024
15.8.7 179 2/4/2024
15.8.6 161 2/2/2024
15.8.5 167 2/1/2024
15.8.4 171 1/31/2024
15.8.3 169 1/30/2024
15.8.2 168 1/28/2024
15.8.1 157 1/27/2024
15.8.0 177 1/22/2024
15.7.50 179 1/20/2024
15.7.49 161 1/19/2024
15.7.48 163 1/19/2024
15.7.47 170 1/19/2024
15.7.46 160 1/18/2024
15.7.45 182 1/17/2024
15.7.43 191 1/16/2024
15.7.42 184 1/15/2024
15.7.41 169 1/14/2024
15.7.40 172 1/13/2024
15.7.39 166 1/12/2024
15.7.38 178 1/11/2024
15.7.37 179 1/11/2024
15.7.36 184 1/11/2024
15.7.35 205 1/8/2024
15.7.34 193 12/29/2023
15.7.33 199 12/28/2023
15.7.32 206 12/26/2023
15.7.31 174 12/24/2023
15.7.30 192 12/22/2023
15.7.29 179 12/18/2023
15.7.28 209 12/16/2023
15.7.27 195 12/15/2023
15.7.26 190 12/14/2023
15.7.25 164 12/13/2023
15.7.24 200 12/13/2023
15.7.23 175 12/10/2023
15.7.22 202 12/10/2023
15.7.21 202 12/4/2023
15.7.20 195 12/4/2023
15.7.19 205 11/25/2023
15.7.18 183 11/24/2023
15.7.17 161 11/24/2023
15.7.16 191 11/23/2023
15.7.15 167 11/22/2023
15.7.14 172 11/22/2023
15.7.12 178 11/22/2023
15.7.11 151 11/21/2023
15.7.10 145 11/21/2023
15.7.9 188 11/20/2023
15.7.8 161 11/20/2023
15.7.6 179 11/17/2023
15.7.5 160 11/17/2023
15.7.1 148 11/17/2023
15.6.45 195 11/14/2023
15.6.43 181 11/9/2023
15.6.42 177 11/9/2023
15.6.41 163 11/7/2023
15.6.40 182 11/6/2023
15.6.39 190 10/30/2023
15.6.38 190 10/30/2023
15.6.37 184 10/30/2023
15.6.36 210 10/26/2023
15.6.35 187 10/23/2023
15.6.34 196 10/20/2023
15.6.33 208 10/19/2023
15.6.32 234 10/13/2023
15.6.31 195 10/9/2023
15.6.27 199 10/6/2023
15.6.26 189 10/4/2023
15.6.25 197 10/1/2023
15.6.24 188 9/30/2023
15.6.23 198 9/28/2023
15.6.22 191 9/28/2023
15.6.21 189 9/26/2023
15.6.20 196 9/25/2023
15.6.19 206 9/20/2023
15.6.18 205 9/20/2023
15.6.17 201 9/19/2023
15.6.16 197 9/18/2023
15.6.14 210 9/18/2023
15.6.12 206 9/18/2023
15.6.11 203 9/15/2023
15.6.10 250 9/14/2023
15.6.9 221 9/13/2023
15.6.8 246 9/8/2023
15.6.7 250 8/29/2023
15.6.6 208 8/28/2023
15.6.5 234 8/26/2023
15.6.4 241 8/23/2023
15.6.3 247 8/23/2023
15.6.2 223 8/23/2023
15.6.1 240 8/22/2023
15.6.0 258 8/22/2023
15.5.94 244 8/3/2023
15.5.93 270 7/30/2023
15.5.92 227 7/29/2023
15.5.91 259 7/29/2023
15.5.90 248 7/16/2023
15.5.89 255 7/16/2023
15.5.88 227 7/12/2023
15.5.87 279 7/4/2023
15.5.86 303 6/29/2023
15.5.85 285 6/26/2023
15.5.84 276 6/24/2023
15.5.83 292 6/23/2023
15.5.82 259 6/19/2023
15.5.81 283 6/9/2023
15.5.80 291 6/7/2023
15.5.79 299 6/2/2023
15.5.78 262 5/31/2023
15.5.77 272 5/30/2023
15.5.76 266 5/29/2023
15.5.75 266 5/27/2023
15.5.74 268 5/24/2023
15.5.73 271 5/15/2023
15.5.72 292 5/9/2023
15.5.71 302 5/1/2023
15.5.70 307 4/28/2023
15.5.69 317 4/24/2023
15.5.68 329 4/20/2023
15.5.67 287 4/19/2023
15.5.66 301 4/18/2023
15.5.65 303 4/12/2023
15.5.64 323 4/11/2023
15.5.63 346 4/11/2023
15.5.62 316 4/10/2023
15.5.61 318 4/8/2023
15.5.60 306 4/7/2023
15.5.59 373 4/1/2023
15.5.58 365 4/1/2023
15.5.57 365 4/1/2023
15.5.56 353 3/31/2023
15.5.55 360 3/29/2023
15.5.54 376 3/28/2023
15.5.53 358 3/27/2023
15.5.52 388 3/26/2023
15.5.51 368 3/24/2023
15.5.50 368 3/23/2023
15.5.49 365 3/18/2023
15.5.48 366 3/16/2023
15.5.47 352 3/16/2023
15.5.46 356 3/15/2023
15.5.45 381 3/8/2023
15.5.43 377 3/5/2023
15.5.42 382 2/27/2023
15.5.41 420 2/23/2023
15.5.40 414 2/22/2023
15.5.39 412 2/20/2023
15.5.37 400 2/16/2023
15.5.36 417 2/14/2023
15.5.35 433 2/11/2023
15.5.34 421 2/7/2023
15.5.33 421 2/6/2023
15.5.32 414 2/4/2023
15.5.31 425 2/3/2023
15.5.30 418 2/2/2023
15.5.29 434 1/31/2023
15.5.27 456 1/28/2023
15.5.26 453 1/27/2023
15.5.25 474 1/23/2023
15.5.23 460 1/16/2023
15.5.22 462 1/15/2023
15.5.21 477 1/13/2023
15.5.20 459 1/12/2023
15.5.19 457 1/12/2023
15.5.18 456 1/11/2023
15.5.17 419 1/9/2023
15.5.16 439 1/9/2023
15.5.14 487 1/8/2023
15.5.12 466 1/7/2023
15.5.11 477 1/6/2023
15.5.10 444 1/5/2023
15.5.9 459 1/5/2023
15.5.8 457 1/4/2023
15.5.7 461 12/23/2022
15.5.6 439 12/22/2022
15.5.4 427 12/19/2022
15.5.3 450 12/17/2022
15.5.2 439 12/16/2022
15.5.1 466 12/11/2022
15.5.0 461 12/10/2022
15.4.59 509 12/3/2022
15.4.58 484 11/30/2022
15.4.57 479 11/29/2022
15.4.56 497 11/28/2022
15.4.55 486 11/27/2022
15.4.54 492 11/24/2022
15.4.53 489 11/23/2022
15.4.52 480 11/22/2022
15.4.51 473 11/21/2022
15.4.50 462 11/18/2022
15.4.49 501 11/16/2022
15.4.48 500 11/10/2022
15.4.47 503 11/10/2022
15.4.46 526 11/9/2022
15.4.45 601 11/6/2022
15.4.43 565 11/2/2022
15.4.42 563 10/30/2022
15.4.40 549 10/29/2022
15.4.39 545 10/28/2022
15.4.38 559 10/28/2022
15.4.37 589 10/25/2022
15.4.36 590 10/24/2022
15.4.35 609 10/20/2022
15.4.34 580 10/19/2022
15.4.33 585 10/14/2022
15.4.32 585 10/11/2022
15.4.31 586 10/10/2022
15.4.30 557 10/5/2022
15.4.29 601 9/30/2022
15.4.28 591 9/30/2022
15.4.27 588 9/29/2022
15.4.26 635 9/23/2022
15.4.25 622 9/23/2022
15.4.24 611 9/23/2022
15.4.23 594 9/9/2022
15.4.21 625 9/8/2022
15.4.20 608 9/7/2022
15.4.19 593 9/6/2022
15.4.18 663 9/6/2022
15.4.17 636 9/4/2022
1.0.0 611 9/4/2022

Bug fixes and performance improvements. Please check changelog.