VisioForge.DotNet.Core.UI.MAUI 2025.9.12

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.9.12
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.9.12
                    
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.9.12" />
                    
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.9.12" />
                    
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.9.12
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.9.12"
                    
#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.9.12
                    
#: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.9.12
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.9.12
                    
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.14 3 10/1/2025
2025.9.12 84 9/27/2025
2025.9.11 226 9/14/2025
2025.9.10 141 9/13/2025
2025.9.7 141 9/13/2025
2025.9.6 111 9/12/2025
2025.9.5 180 9/7/2025
2025.9.3 142 9/6/2025
2025.9.2 180 9/3/2025
2025.9.1 167 9/2/2025
2025.9.0 167 9/1/2025
2025.8.9 218 8/27/2025
2025.8.7 283 8/25/2025
2025.8.6 162 8/20/2025
2025.8.5 167 8/18/2025
2025.8.4 170 8/13/2025
2025.8.3 158 8/9/2025
2025.8.2 204 8/8/2025
2025.8.1 250 8/7/2025
2025.7.15 67 8/1/2025
2025.7.14 127 7/29/2025
2025.7.12 175 7/27/2025
2025.7.11 369 7/25/2025
2025.7.10 432 7/25/2025
2025.7.9 562 7/23/2025
2025.7.8 122 7/18/2025
2025.7.6 183 7/6/2025
2025.7.1 181 7/2/2025
2025.6.30 178 7/1/2025
2025.6.29 147 6/28/2025
2025.6.28 139 6/28/2025
2025.6.27 130 6/27/2025
2025.6.11 139 6/27/2025
2025.6.10 188 6/23/2025
2025.6.9 156 6/21/2025
2025.6.8 130 6/20/2025
2025.6.7 197 6/19/2025
2025.6.5 189 6/19/2025
2025.6.4 182 6/18/2025
2025.6.3 195 6/17/2025
2025.6.2 176 6/17/2025
2025.6.1 147 6/6/2025
2025.5.6 141 5/30/2025
2025.5.2 274 5/15/2025
2025.5.1 291 5/13/2025
2025.4.12 212 4/29/2025
2025.4.11 246 4/17/2025
2025.4.10 233 4/9/2025
2025.4.9 216 4/9/2025
2025.4.8 222 4/9/2025
2025.4.1 186 4/4/2025
2025.3.28 193 3/28/2025
2025.3.27 547 3/25/2025
2025.3.23 398 3/24/2025
2025.3.21 168 3/21/2025
2025.3.18 203 3/19/2025
2025.3.17 214 3/19/2025
2025.3.16 215 3/18/2025
2025.3.15 194 3/13/2025
2025.3.14 205 3/13/2025
2025.3.12 217 3/12/2025
2025.3.8 262 3/10/2025
2025.3.7 231 3/10/2025
2025.3.6 208 3/9/2025
2025.3.5 269 3/7/2025
2025.2.23 298 3/5/2025
2025.2.21 179 2/27/2025
2025.2.20 177 2/26/2025
2025.2.19 173 2/25/2025
2025.2.18 177 2/25/2025
2025.2.17 172 2/22/2025
2025.2.16 163 2/22/2025
2025.2.15 173 2/21/2025
2025.2.12 163 2/19/2025
2025.2.11 168 2/19/2025
2025.2.10 183 2/17/2025
2025.2.9 173 2/17/2025
2025.2.8 156 2/12/2025
2025.2.7 156 2/12/2025
2025.2.6 157 2/9/2025
2025.2.5 178 2/9/2025
2025.2.4 170 2/9/2025
2025.2.3 163 2/8/2025
2025.2.1 187 2/4/2025
2025.1.25 154 2/1/2025
2025.1.24 152 1/31/2025
2025.1.23 188 1/31/2025
2025.1.22 174 1/26/2025
2025.1.21 154 1/26/2025
2025.1.20 159 1/25/2025
2025.1.19 160 1/25/2025
2025.1.17 176 1/24/2025
2025.1.16 158 1/23/2025
2025.1.15 168 1/23/2025
2025.1.12 177 1/23/2025
2025.1.11 173 1/21/2025
2025.1.10 171 1/21/2025
2025.1.9 166 1/20/2025
2025.1.7 162 1/18/2025
2025.1.6 157 1/17/2025
2025.1.5 154 1/14/2025
2025.1.4 171 1/9/2025
2025.1.3 147 1/9/2025
2025.1.2 155 1/8/2025
2025.1.1 166 1/7/2025
2025.1.0 166 1/7/2025
2025.0.28 146 12/28/2024
2025.0.27 175 12/28/2024
2025.0.26 169 12/26/2024
2025.0.25 176 12/22/2024
2025.0.16 174 12/18/2024
2025.0.15 184 12/16/2024
2025.0.14 181 12/12/2024
2025.0.12 164 12/10/2024
2025.0.10 163 12/7/2024
2025.0.9 180 12/6/2024
2025.0.8 200 12/5/2024
2025.0.7 173 11/29/2024
2025.0.6 164 11/28/2024
2025.0.3 181 11/19/2024
2025.0.1 174 11/18/2024
2025.0.0 166 11/16/2024
15.10.40 172 11/13/2024
15.10.39 182 11/11/2024
15.10.38 181 11/10/2024
15.10.37 170 11/1/2024
15.10.36 183 11/1/2024
15.10.35 169 10/28/2024
15.10.32 219 10/17/2024
15.10.31 194 10/17/2024
15.10.28 155 10/16/2024
15.10.27 180 10/13/2024
15.10.26 181 10/13/2024
15.10.25 178 10/11/2024
15.10.24 172 10/10/2024
15.10.23 185 10/10/2024
15.10.22 190 10/9/2024
15.10.21 159 10/6/2024
15.10.20 163 10/5/2024
15.10.19 165 10/4/2024
15.10.18 172 10/2/2024
15.10.17 172 9/29/2024
15.10.16 166 9/29/2024
15.10.14 170 9/29/2024
15.10.12 184 9/27/2024
15.10.11 185 9/24/2024
15.10.9 180 9/23/2024
15.10.8 150 9/22/2024
15.10.7-beta 143 9/19/2024
15.10.5 189 9/16/2024
15.10.4-beta 138 9/13/2024
15.10.3-beta 154 9/7/2024
15.10.2-beta 143 9/7/2024
15.9.93 209 8/17/2024
15.9.92 204 8/16/2024
15.9.91 205 8/16/2024
15.9.90 188 8/14/2024
15.9.89 205 8/14/2024
15.9.88 168 8/13/2024
15.9.87 177 8/12/2024
15.9.86 208 8/11/2024
15.9.85 175 8/10/2024
15.9.84 180 8/8/2024
15.9.83 181 8/8/2024
15.9.82 144 8/5/2024
15.9.81 162 8/4/2024
15.9.80 155 8/2/2024
15.9.75 156 8/2/2024
15.9.74 190 8/1/2024
15.9.73 176 8/1/2024
15.9.72 148 7/28/2024
15.9.71 145 7/27/2024
15.9.70 169 7/27/2024
15.9.69 160 7/26/2024
15.9.68 187 7/26/2024
15.9.67 153 7/25/2024
15.9.66 201 7/22/2024
15.9.65 172 7/21/2024
15.9.64 190 7/20/2024
15.9.63 189 7/19/2024
15.9.62 180 7/19/2024
15.9.61 210 7/18/2024
15.9.60 184 7/18/2024
15.9.59 203 7/17/2024
15.9.58 191 7/15/2024
15.9.57 192 7/15/2024
15.9.56 224 7/6/2024
15.9.55 196 6/28/2024
15.9.54 184 6/23/2024
15.9.53 201 6/22/2024
15.9.52 205 6/22/2024
15.9.51 170 6/17/2024
15.9.50 182 6/15/2024
15.9.47 189 6/7/2024
15.9.46 187 6/6/2024
15.9.45 185 6/5/2024
15.9.43 194 5/29/2024
15.9.42 205 5/26/2024
15.9.41 196 5/25/2024
15.9.40 190 5/25/2024
15.9.39 169 5/23/2024
15.9.38 175 5/21/2024
15.9.37 189 5/21/2024
15.9.36 194 5/14/2024
15.9.35 183 5/14/2024
15.9.33 224 5/12/2024
15.9.32 202 5/10/2024
15.9.31 195 5/9/2024
15.9.30 183 5/9/2024
15.9.29 197 5/8/2024
15.9.28 226 5/6/2024
15.9.27 222 5/6/2024
15.9.26 164 5/3/2024
15.9.25 142 5/2/2024
15.9.23 202 4/29/2024
15.9.22 194 4/28/2024
15.9.21 190 4/27/2024
15.9.20 186 4/27/2024
15.9.18 187 4/27/2024
15.9.17 214 4/25/2024
15.9.16 198 4/24/2024
15.9.14 209 4/23/2024
15.9.12 194 4/23/2024
15.9.11 199 4/23/2024
15.9.10 215 4/21/2024
15.9.8 205 4/21/2024
15.9.7 207 4/18/2024
15.9.6 198 4/17/2024
15.9.5 210 4/16/2024
15.9.4 200 4/14/2024
15.9.3 207 4/13/2024
15.9.2 223 4/10/2024
15.9.1 202 4/6/2024
15.9.0 212 4/5/2024
15.8.54 208 3/29/2024
15.8.53 196 3/28/2024
15.8.52 237 3/23/2024
15.8.51 220 3/22/2024
15.8.50 222 3/21/2024
15.8.49 198 3/21/2024
15.8.48 216 3/21/2024
15.8.47 213 3/20/2024
15.8.43 215 3/13/2024
15.8.42 226 3/7/2024
15.8.41 202 3/6/2024
15.8.40 224 3/6/2024
15.8.39 197 3/5/2024
15.8.38 209 3/5/2024
15.8.37 224 3/4/2024
15.8.36 233 3/4/2024
15.8.35 217 3/3/2024
15.8.34 231 3/2/2024
15.8.33 211 2/29/2024
15.8.32 222 2/29/2024
15.8.31 204 2/28/2024
15.8.30 206 2/27/2024
15.8.29 220 2/26/2024
15.8.28 214 2/25/2024
15.8.27 197 2/25/2024
15.8.26 227 2/25/2024
15.8.25 237 2/21/2024
15.8.24 209 2/20/2024
15.8.23 212 2/20/2024
15.8.22 203 2/20/2024
15.8.21 215 2/19/2024
15.8.20 207 2/19/2024
15.8.19 192 2/15/2024
15.8.18 212 2/15/2024
15.8.17 216 2/11/2024
15.8.16 219 2/10/2024
15.8.14 210 2/9/2024
15.8.12 223 2/8/2024
15.8.11 213 2/7/2024
15.8.10 220 2/6/2024
15.8.9 222 2/6/2024
15.8.7 203 2/4/2024
15.8.6 193 2/2/2024
15.8.5 192 2/1/2024
15.8.4 204 1/31/2024
15.8.3 197 1/30/2024
15.8.2 204 1/28/2024
15.8.1 190 1/27/2024
15.8.0 208 1/22/2024
15.7.50 215 1/20/2024
15.7.49 192 1/19/2024
15.7.48 184 1/19/2024
15.7.47 203 1/19/2024
15.7.46 188 1/18/2024
15.7.45 216 1/17/2024
15.7.43 224 1/16/2024
15.7.42 217 1/15/2024
15.7.41 199 1/14/2024
15.7.40 189 1/13/2024
15.7.39 196 1/12/2024
15.7.38 209 1/11/2024
15.7.37 193 1/11/2024
15.7.36 218 1/11/2024
15.7.35 237 1/8/2024
15.7.34 222 12/29/2023
15.7.33 235 12/28/2023
15.7.32 239 12/26/2023
15.7.31 194 12/24/2023
15.7.30 226 12/22/2023
15.7.29 218 12/18/2023
15.7.28 242 12/16/2023
15.7.27 228 12/15/2023
15.7.26 224 12/14/2023
15.7.25 191 12/13/2023
15.7.24 233 12/13/2023
15.7.23 207 12/10/2023
15.7.22 234 12/10/2023
15.7.21 214 12/4/2023
15.7.20 220 12/4/2023
15.7.19 231 11/25/2023
15.7.18 210 11/24/2023
15.7.17 193 11/24/2023
15.7.16 211 11/23/2023
15.7.15 196 11/22/2023
15.7.14 199 11/22/2023
15.7.12 209 11/22/2023
15.7.11 185 11/21/2023
15.7.10 156 11/21/2023
15.7.9 216 11/20/2023
15.7.8 186 11/20/2023
15.7.6 201 11/17/2023
15.7.5 187 11/17/2023
15.7.1 171 11/17/2023
15.6.45 229 11/14/2023
15.6.43 213 11/9/2023
15.6.42 193 11/9/2023
15.6.41 186 11/7/2023
15.6.40 205 11/6/2023
15.6.39 219 10/30/2023
15.6.38 220 10/30/2023
15.6.37 215 10/30/2023
15.6.36 241 10/26/2023
15.6.35 210 10/23/2023
15.6.34 224 10/20/2023
15.6.33 235 10/19/2023
15.6.32 255 10/13/2023
15.6.31 226 10/9/2023
15.6.27 225 10/6/2023
15.6.26 216 10/4/2023
15.6.25 226 10/1/2023
15.6.24 203 9/30/2023
15.6.23 226 9/28/2023
15.6.22 218 9/28/2023
15.6.21 210 9/26/2023
15.6.20 220 9/25/2023
15.6.19 237 9/20/2023
15.6.18 233 9/20/2023
15.6.17 228 9/19/2023
15.6.16 210 9/18/2023
15.6.14 235 9/18/2023
15.6.12 232 9/18/2023
15.6.11 224 9/15/2023
15.6.10 282 9/14/2023
15.6.9 237 9/13/2023
15.6.8 274 9/8/2023
15.6.7 281 8/29/2023
15.6.6 232 8/28/2023
15.6.5 260 8/26/2023
15.6.4 274 8/23/2023
15.6.3 282 8/23/2023
15.6.2 253 8/23/2023
15.6.1 266 8/22/2023
15.6.0 294 8/22/2023
15.5.94 276 8/3/2023
15.5.93 293 7/30/2023
15.5.92 247 7/29/2023
15.5.91 296 7/29/2023
15.5.90 276 7/16/2023
15.5.89 285 7/16/2023
15.5.88 264 7/12/2023
15.5.87 303 7/4/2023
15.5.86 338 6/29/2023
15.5.85 318 6/26/2023
15.5.84 310 6/24/2023
15.5.83 325 6/23/2023
15.5.82 291 6/19/2023
15.5.81 316 6/9/2023
15.5.80 308 6/7/2023
15.5.79 331 6/2/2023
15.5.78 297 5/31/2023
15.5.77 297 5/30/2023
15.5.76 308 5/29/2023
15.5.75 300 5/27/2023
15.5.74 280 5/24/2023
15.5.73 300 5/15/2023
15.5.72 327 5/9/2023
15.5.71 338 5/1/2023
15.5.70 334 4/28/2023
15.5.69 339 4/24/2023
15.5.68 365 4/20/2023
15.5.67 322 4/19/2023
15.5.66 331 4/18/2023
15.5.65 344 4/12/2023
15.5.64 355 4/11/2023
15.5.63 377 4/11/2023
15.5.62 334 4/10/2023
15.5.61 352 4/8/2023
15.5.60 330 4/7/2023
15.5.59 410 4/1/2023
15.5.58 397 4/1/2023
15.5.57 400 4/1/2023
15.5.56 393 3/31/2023
15.5.55 395 3/29/2023
15.5.54 400 3/28/2023
15.5.53 392 3/27/2023
15.5.52 422 3/26/2023
15.5.51 397 3/24/2023
15.5.50 402 3/23/2023
15.5.49 388 3/18/2023
15.5.48 390 3/16/2023
15.5.47 382 3/16/2023
15.5.46 386 3/15/2023
15.5.45 416 3/8/2023
15.5.43 403 3/5/2023
15.5.42 409 2/27/2023
15.5.41 456 2/23/2023
15.5.40 447 2/22/2023
15.5.39 442 2/20/2023
15.5.37 418 2/16/2023
15.5.36 454 2/14/2023
15.5.35 451 2/11/2023
15.5.34 457 2/7/2023
15.5.33 461 2/6/2023
15.5.32 438 2/4/2023
15.5.31 460 2/3/2023
15.5.30 447 2/2/2023
15.5.29 462 1/31/2023
15.5.27 495 1/28/2023
15.5.26 485 1/27/2023
15.5.25 492 1/23/2023
15.5.23 496 1/16/2023
15.5.22 500 1/15/2023
15.5.21 512 1/13/2023
15.5.20 487 1/12/2023
15.5.19 483 1/12/2023
15.5.18 479 1/11/2023
15.5.17 445 1/9/2023
15.5.16 460 1/9/2023
15.5.14 525 1/8/2023
15.5.12 499 1/7/2023
15.5.11 505 1/6/2023
15.5.10 478 1/5/2023
15.5.9 495 1/5/2023
15.5.8 487 1/4/2023
15.5.7 495 12/23/2022
15.5.6 478 12/22/2022
15.5.4 455 12/19/2022
15.5.3 468 12/17/2022
15.5.2 467 12/16/2022
15.5.1 495 12/11/2022
15.5.0 498 12/10/2022
15.4.59 541 12/3/2022
15.4.58 514 11/30/2022
15.4.57 504 11/29/2022
15.4.56 533 11/28/2022
15.4.55 513 11/27/2022
15.4.54 521 11/24/2022
15.4.53 520 11/23/2022
15.4.52 498 11/22/2022
15.4.51 499 11/21/2022
15.4.50 489 11/18/2022
15.4.49 530 11/16/2022
15.4.48 538 11/10/2022
15.4.47 542 11/10/2022
15.4.46 551 11/9/2022
15.4.45 625 11/6/2022
15.4.43 597 11/2/2022
15.4.42 584 10/30/2022
15.4.40 580 10/29/2022
15.4.39 570 10/28/2022
15.4.38 595 10/28/2022
15.4.37 617 10/25/2022
15.4.36 628 10/24/2022
15.4.35 636 10/20/2022
15.4.34 615 10/19/2022
15.4.33 616 10/14/2022
15.4.32 620 10/11/2022
15.4.31 622 10/10/2022
15.4.30 583 10/5/2022
15.4.29 627 9/30/2022
15.4.28 629 9/30/2022
15.4.27 627 9/29/2022
15.4.26 670 9/23/2022
15.4.25 652 9/23/2022
15.4.24 637 9/23/2022
15.4.23 626 9/9/2022
15.4.21 659 9/8/2022
15.4.20 634 9/7/2022
15.4.19 637 9/6/2022
15.4.18 704 9/6/2022
15.4.17 678 9/4/2022
1.0.0 649 9/4/2022

Bug fixes and performance improvements. Please check changelog.