VisioForge.DotNet.Core.UI.MAUI 2025.10.2

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.10.2
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.10.2
                    
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.10.2" />
                    
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.10.2" />
                    
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.10.2
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.10.2"
                    
#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.10.2
                    
#: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.10.2
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.10.2
                    
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.10.3 37 10/7/2025
2025.10.2 35 10/7/2025
2025.10.1 79 10/6/2025
2025.9.14 156 10/1/2025
2025.9.12 94 9/27/2025
2025.9.11 227 9/14/2025
2025.9.10 142 9/13/2025
2025.9.7 143 9/13/2025
2025.9.6 112 9/12/2025
2025.9.5 181 9/7/2025
2025.9.3 143 9/6/2025
2025.9.2 182 9/3/2025
2025.9.1 169 9/2/2025
2025.9.0 170 9/1/2025
2025.8.9 221 8/27/2025
2025.8.7 284 8/25/2025
2025.8.6 163 8/20/2025
2025.8.5 168 8/18/2025
2025.8.4 172 8/13/2025
2025.8.3 160 8/9/2025
2025.8.2 206 8/8/2025
2025.8.1 252 8/7/2025
2025.7.15 69 8/1/2025
2025.7.14 128 7/29/2025
2025.7.12 177 7/27/2025
2025.7.11 370 7/25/2025
2025.7.10 433 7/25/2025
2025.7.9 563 7/23/2025
2025.7.8 123 7/18/2025
2025.7.6 184 7/6/2025
2025.7.1 182 7/2/2025
2025.6.30 179 7/1/2025
2025.6.29 151 6/28/2025
2025.6.28 141 6/28/2025
2025.6.27 131 6/27/2025
2025.6.11 140 6/27/2025
2025.6.10 191 6/23/2025
2025.6.9 162 6/21/2025
2025.6.8 131 6/20/2025
2025.6.7 199 6/19/2025
2025.6.5 191 6/19/2025
2025.6.4 183 6/18/2025
2025.6.3 197 6/17/2025
2025.6.2 178 6/17/2025
2025.6.1 150 6/6/2025
2025.5.6 145 5/30/2025
2025.5.2 279 5/15/2025
2025.5.1 294 5/13/2025
2025.4.12 216 4/29/2025
2025.4.11 247 4/17/2025
2025.4.10 236 4/9/2025
2025.4.9 221 4/9/2025
2025.4.8 226 4/9/2025
2025.4.1 193 4/4/2025
2025.3.28 195 3/28/2025
2025.3.27 551 3/25/2025
2025.3.23 401 3/24/2025
2025.3.21 170 3/21/2025
2025.3.18 204 3/19/2025
2025.3.17 217 3/19/2025
2025.3.16 217 3/18/2025
2025.3.15 195 3/13/2025
2025.3.14 208 3/13/2025
2025.3.12 218 3/12/2025
2025.3.8 266 3/10/2025
2025.3.7 235 3/10/2025
2025.3.6 212 3/9/2025
2025.3.5 271 3/7/2025
2025.2.23 299 3/5/2025
2025.2.21 181 2/27/2025
2025.2.20 183 2/26/2025
2025.2.19 177 2/25/2025
2025.2.18 181 2/25/2025
2025.2.17 174 2/22/2025
2025.2.16 164 2/22/2025
2025.2.15 175 2/21/2025
2025.2.12 165 2/19/2025
2025.2.11 171 2/19/2025
2025.2.10 186 2/17/2025
2025.2.9 175 2/17/2025
2025.2.8 158 2/12/2025
2025.2.7 157 2/12/2025
2025.2.6 158 2/9/2025
2025.2.5 181 2/9/2025
2025.2.4 173 2/9/2025
2025.2.3 164 2/8/2025
2025.2.1 188 2/4/2025
2025.1.25 155 2/1/2025
2025.1.24 153 1/31/2025
2025.1.23 191 1/31/2025
2025.1.22 177 1/26/2025
2025.1.21 155 1/26/2025
2025.1.20 161 1/25/2025
2025.1.19 161 1/25/2025
2025.1.17 180 1/24/2025
2025.1.16 160 1/23/2025
2025.1.15 170 1/23/2025
2025.1.12 181 1/23/2025
2025.1.11 178 1/21/2025
2025.1.10 175 1/21/2025
2025.1.9 167 1/20/2025
2025.1.7 163 1/18/2025
2025.1.6 159 1/17/2025
2025.1.5 156 1/14/2025
2025.1.4 173 1/9/2025
2025.1.3 149 1/9/2025
2025.1.2 156 1/8/2025
2025.1.1 169 1/7/2025
2025.1.0 171 1/7/2025
2025.0.28 147 12/28/2024
2025.0.27 178 12/28/2024
2025.0.26 171 12/26/2024
2025.0.25 180 12/22/2024
2025.0.16 176 12/18/2024
2025.0.15 185 12/16/2024
2025.0.14 182 12/12/2024
2025.0.12 167 12/10/2024
2025.0.10 164 12/7/2024
2025.0.9 181 12/6/2024
2025.0.8 201 12/5/2024
2025.0.7 174 11/29/2024
2025.0.6 165 11/28/2024
2025.0.3 184 11/19/2024
2025.0.1 178 11/18/2024
2025.0.0 167 11/16/2024
15.10.40 176 11/13/2024
15.10.39 185 11/11/2024
15.10.38 183 11/10/2024
15.10.37 171 11/1/2024
15.10.36 185 11/1/2024
15.10.35 171 10/28/2024
15.10.32 225 10/17/2024
15.10.31 197 10/17/2024
15.10.28 156 10/16/2024
15.10.27 184 10/13/2024
15.10.26 183 10/13/2024
15.10.25 179 10/11/2024
15.10.24 175 10/10/2024
15.10.23 189 10/10/2024
15.10.22 193 10/9/2024
15.10.21 160 10/6/2024
15.10.20 168 10/5/2024
15.10.19 170 10/4/2024
15.10.18 173 10/2/2024
15.10.17 174 9/29/2024
15.10.16 169 9/29/2024
15.10.14 171 9/29/2024
15.10.12 186 9/27/2024
15.10.11 186 9/24/2024
15.10.9 183 9/23/2024
15.10.8 151 9/22/2024
15.10.7-beta 144 9/19/2024
15.10.5 194 9/16/2024
15.10.4-beta 138 9/13/2024
15.10.3-beta 157 9/7/2024
15.10.2-beta 144 9/7/2024
15.9.93 210 8/17/2024
15.9.92 206 8/16/2024
15.9.91 206 8/16/2024
15.9.90 190 8/14/2024
15.9.89 208 8/14/2024
15.9.88 169 8/13/2024
15.9.87 178 8/12/2024
15.9.86 214 8/11/2024
15.9.85 176 8/10/2024
15.9.84 181 8/8/2024
15.9.83 184 8/8/2024
15.9.82 145 8/5/2024
15.9.81 165 8/4/2024
15.9.80 156 8/2/2024
15.9.75 157 8/2/2024
15.9.74 194 8/1/2024
15.9.73 177 8/1/2024
15.9.72 150 7/28/2024
15.9.71 149 7/27/2024
15.9.70 173 7/27/2024
15.9.69 164 7/26/2024
15.9.68 192 7/26/2024
15.9.67 155 7/25/2024
15.9.66 202 7/22/2024
15.9.65 173 7/21/2024
15.9.64 191 7/20/2024
15.9.63 192 7/19/2024
15.9.62 182 7/19/2024
15.9.61 212 7/18/2024
15.9.60 186 7/18/2024
15.9.59 205 7/17/2024
15.9.58 192 7/15/2024
15.9.57 193 7/15/2024
15.9.56 226 7/6/2024
15.9.55 200 6/28/2024
15.9.54 186 6/23/2024
15.9.53 203 6/22/2024
15.9.52 208 6/22/2024
15.9.51 173 6/17/2024
15.9.50 188 6/15/2024
15.9.47 190 6/7/2024
15.9.46 188 6/6/2024
15.9.45 186 6/5/2024
15.9.43 195 5/29/2024
15.9.42 207 5/26/2024
15.9.41 198 5/25/2024
15.9.40 192 5/25/2024
15.9.39 172 5/23/2024
15.9.38 178 5/21/2024
15.9.37 190 5/21/2024
15.9.36 195 5/14/2024
15.9.35 184 5/14/2024
15.9.33 226 5/12/2024
15.9.32 206 5/10/2024
15.9.31 196 5/9/2024
15.9.30 185 5/9/2024
15.9.29 198 5/8/2024
15.9.28 230 5/6/2024
15.9.27 227 5/6/2024
15.9.26 166 5/3/2024
15.9.25 144 5/2/2024
15.9.23 204 4/29/2024
15.9.22 197 4/28/2024
15.9.21 191 4/27/2024
15.9.20 187 4/27/2024
15.9.18 188 4/27/2024
15.9.17 220 4/25/2024
15.9.16 200 4/24/2024
15.9.14 214 4/23/2024
15.9.12 198 4/23/2024
15.9.11 202 4/23/2024
15.9.10 217 4/21/2024
15.9.8 208 4/21/2024
15.9.7 211 4/18/2024
15.9.6 201 4/17/2024
15.9.5 213 4/16/2024
15.9.4 203 4/14/2024
15.9.3 211 4/13/2024
15.9.2 225 4/10/2024
15.9.1 205 4/6/2024
15.9.0 215 4/5/2024
15.8.54 211 3/29/2024
15.8.53 198 3/28/2024
15.8.52 239 3/23/2024
15.8.51 223 3/22/2024
15.8.50 226 3/21/2024
15.8.49 199 3/21/2024
15.8.48 217 3/21/2024
15.8.47 215 3/20/2024
15.8.43 216 3/13/2024
15.8.42 228 3/7/2024
15.8.41 203 3/6/2024
15.8.40 227 3/6/2024
15.8.39 199 3/5/2024
15.8.38 210 3/5/2024
15.8.37 227 3/4/2024
15.8.36 235 3/4/2024
15.8.35 221 3/3/2024
15.8.34 232 3/2/2024
15.8.33 212 2/29/2024
15.8.32 224 2/29/2024
15.8.31 207 2/28/2024
15.8.30 211 2/27/2024
15.8.29 223 2/26/2024
15.8.28 218 2/25/2024
15.8.27 198 2/25/2024
15.8.26 229 2/25/2024
15.8.25 239 2/21/2024
15.8.24 213 2/20/2024
15.8.23 213 2/20/2024
15.8.22 209 2/20/2024
15.8.21 221 2/19/2024
15.8.20 209 2/19/2024
15.8.19 197 2/15/2024
15.8.18 216 2/15/2024
15.8.17 217 2/11/2024
15.8.16 222 2/10/2024
15.8.14 212 2/9/2024
15.8.12 225 2/8/2024
15.8.11 215 2/7/2024
15.8.10 222 2/6/2024
15.8.9 225 2/6/2024
15.8.7 208 2/4/2024
15.8.6 197 2/2/2024
15.8.5 195 2/1/2024
15.8.4 208 1/31/2024
15.8.3 198 1/30/2024
15.8.2 210 1/28/2024
15.8.1 194 1/27/2024
15.8.0 210 1/22/2024
15.7.50 218 1/20/2024
15.7.49 193 1/19/2024
15.7.48 188 1/19/2024
15.7.47 206 1/19/2024
15.7.46 189 1/18/2024
15.7.45 219 1/17/2024
15.7.43 225 1/16/2024
15.7.42 219 1/15/2024
15.7.41 200 1/14/2024
15.7.40 190 1/13/2024
15.7.39 199 1/12/2024
15.7.38 211 1/11/2024
15.7.37 195 1/11/2024
15.7.36 221 1/11/2024
15.7.35 238 1/8/2024
15.7.34 226 12/29/2023
15.7.33 237 12/28/2023
15.7.32 242 12/26/2023
15.7.31 196 12/24/2023
15.7.30 230 12/22/2023
15.7.29 222 12/18/2023
15.7.28 245 12/16/2023
15.7.27 229 12/15/2023
15.7.26 227 12/14/2023
15.7.25 192 12/13/2023
15.7.24 236 12/13/2023
15.7.23 211 12/10/2023
15.7.22 238 12/10/2023
15.7.21 215 12/4/2023
15.7.20 221 12/4/2023
15.7.19 234 11/25/2023
15.7.18 212 11/24/2023
15.7.17 197 11/24/2023
15.7.16 214 11/23/2023
15.7.15 198 11/22/2023
15.7.14 201 11/22/2023
15.7.12 212 11/22/2023
15.7.11 188 11/21/2023
15.7.10 157 11/21/2023
15.7.9 217 11/20/2023
15.7.8 189 11/20/2023
15.7.6 202 11/17/2023
15.7.5 192 11/17/2023
15.7.1 172 11/17/2023
15.6.45 230 11/14/2023
15.6.43 217 11/9/2023
15.6.42 195 11/9/2023
15.6.41 187 11/7/2023
15.6.40 206 11/6/2023
15.6.39 222 10/30/2023
15.6.38 222 10/30/2023
15.6.37 217 10/30/2023
15.6.36 245 10/26/2023
15.6.35 212 10/23/2023
15.6.34 228 10/20/2023
15.6.33 237 10/19/2023
15.6.32 256 10/13/2023
15.6.31 230 10/9/2023
15.6.27 226 10/6/2023
15.6.26 223 10/4/2023
15.6.25 231 10/1/2023
15.6.24 206 9/30/2023
15.6.23 228 9/28/2023
15.6.22 220 9/28/2023
15.6.21 211 9/26/2023
15.6.20 221 9/25/2023
15.6.19 240 9/20/2023
15.6.18 237 9/20/2023
15.6.17 232 9/19/2023
15.6.16 211 9/18/2023
15.6.14 236 9/18/2023
15.6.12 233 9/18/2023
15.6.11 226 9/15/2023
15.6.10 283 9/14/2023
15.6.9 238 9/13/2023
15.6.8 276 9/8/2023
15.6.7 286 8/29/2023
15.6.6 234 8/28/2023
15.6.5 261 8/26/2023
15.6.4 277 8/23/2023
15.6.3 283 8/23/2023
15.6.2 254 8/23/2023
15.6.1 267 8/22/2023
15.6.0 299 8/22/2023
15.5.94 279 8/3/2023
15.5.93 296 7/30/2023
15.5.92 248 7/29/2023
15.5.91 300 7/29/2023
15.5.90 277 7/16/2023
15.5.89 289 7/16/2023
15.5.88 265 7/12/2023
15.5.87 305 7/4/2023
15.5.86 343 6/29/2023
15.5.85 320 6/26/2023
15.5.84 315 6/24/2023
15.5.83 328 6/23/2023
15.5.82 293 6/19/2023
15.5.81 318 6/9/2023
15.5.80 309 6/7/2023
15.5.79 338 6/2/2023
15.5.78 299 5/31/2023
15.5.77 299 5/30/2023
15.5.76 312 5/29/2023
15.5.75 302 5/27/2023
15.5.74 282 5/24/2023
15.5.73 302 5/15/2023
15.5.72 331 5/9/2023
15.5.71 341 5/1/2023
15.5.70 336 4/28/2023
15.5.69 342 4/24/2023
15.5.68 372 4/20/2023
15.5.67 328 4/19/2023
15.5.66 334 4/18/2023
15.5.65 347 4/12/2023
15.5.64 360 4/11/2023
15.5.63 382 4/11/2023
15.5.62 336 4/10/2023
15.5.61 355 4/8/2023
15.5.60 333 4/7/2023
15.5.59 415 4/1/2023
15.5.58 402 4/1/2023
15.5.57 402 4/1/2023
15.5.56 396 3/31/2023
15.5.55 401 3/29/2023
15.5.54 402 3/28/2023
15.5.53 396 3/27/2023
15.5.52 426 3/26/2023
15.5.51 399 3/24/2023
15.5.50 407 3/23/2023
15.5.49 391 3/18/2023
15.5.48 394 3/16/2023
15.5.47 384 3/16/2023
15.5.46 389 3/15/2023
15.5.45 419 3/8/2023
15.5.43 408 3/5/2023
15.5.42 411 2/27/2023
15.5.41 460 2/23/2023
15.5.40 451 2/22/2023
15.5.39 445 2/20/2023
15.5.37 420 2/16/2023
15.5.36 456 2/14/2023
15.5.35 453 2/11/2023
15.5.34 460 2/7/2023
15.5.33 466 2/6/2023
15.5.32 443 2/4/2023
15.5.31 462 2/3/2023
15.5.30 450 2/2/2023
15.5.29 464 1/31/2023
15.5.27 498 1/28/2023
15.5.26 488 1/27/2023
15.5.25 494 1/23/2023
15.5.23 500 1/16/2023
15.5.22 503 1/15/2023
15.5.21 515 1/13/2023
15.5.20 495 1/12/2023
15.5.19 486 1/12/2023
15.5.18 481 1/11/2023
15.5.17 447 1/9/2023
15.5.16 463 1/9/2023
15.5.14 528 1/8/2023
15.5.12 503 1/7/2023
15.5.11 512 1/6/2023
15.5.10 481 1/5/2023
15.5.9 500 1/5/2023
15.5.8 489 1/4/2023
15.5.7 500 12/23/2022
15.5.6 482 12/22/2022
15.5.4 457 12/19/2022
15.5.3 470 12/17/2022
15.5.2 469 12/16/2022
15.5.1 497 12/11/2022
15.5.0 504 12/10/2022
15.4.59 545 12/3/2022
15.4.58 516 11/30/2022
15.4.57 508 11/29/2022
15.4.56 536 11/28/2022
15.4.55 515 11/27/2022
15.4.54 523 11/24/2022
15.4.53 524 11/23/2022
15.4.52 500 11/22/2022
15.4.51 503 11/21/2022
15.4.50 491 11/18/2022
15.4.49 532 11/16/2022
15.4.48 543 11/10/2022
15.4.47 547 11/10/2022
15.4.46 554 11/9/2022
15.4.45 631 11/6/2022
15.4.43 600 11/2/2022
15.4.42 590 10/30/2022
15.4.40 584 10/29/2022
15.4.39 575 10/28/2022
15.4.38 599 10/28/2022
15.4.37 619 10/25/2022
15.4.36 630 10/24/2022
15.4.35 640 10/20/2022
15.4.34 618 10/19/2022
15.4.33 618 10/14/2022
15.4.32 622 10/11/2022
15.4.31 624 10/10/2022
15.4.30 587 10/5/2022
15.4.29 631 9/30/2022
15.4.28 631 9/30/2022
15.4.27 631 9/29/2022
15.4.26 673 9/23/2022
15.4.25 654 9/23/2022
15.4.24 639 9/23/2022
15.4.23 627 9/9/2022
15.4.21 660 9/8/2022
15.4.20 636 9/7/2022
15.4.19 639 9/6/2022
15.4.18 706 9/6/2022
15.4.17 681 9/4/2022
1.0.0 653 9/4/2022

Bug fixes and performance improvements. Please check changelog.