VisioForge.DotNet.Core.UI.MAUI 2025.9.1

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.1
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.9.1
                    
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.1" />
                    
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.1" />
                    
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.1
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.9.1"
                    
#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.1
                    
#: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.1
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.9.1
                    
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.5 47 9/7/2025
2025.9.3 52 9/6/2025
2025.9.2 127 9/3/2025
2025.9.1 115 9/2/2025
2025.9.0 129 9/1/2025
2025.8.9 183 8/27/2025
2025.8.7 246 8/25/2025
2025.8.6 125 8/20/2025
2025.8.5 132 8/18/2025
2025.8.4 135 8/13/2025
2025.8.3 122 8/9/2025
2025.8.2 169 8/8/2025
2025.8.1 213 8/7/2025
2025.7.15 41 8/1/2025
2025.7.14 101 7/29/2025
2025.7.12 106 7/27/2025
2025.7.11 316 7/25/2025
2025.7.10 365 7/25/2025
2025.7.9 496 7/23/2025
2025.7.8 77 7/18/2025
2025.7.6 155 7/6/2025
2025.7.1 152 7/2/2025
2025.6.30 150 7/1/2025
2025.6.29 114 6/28/2025
2025.6.28 107 6/28/2025
2025.6.27 112 6/27/2025
2025.6.11 112 6/27/2025
2025.6.10 154 6/23/2025
2025.6.9 120 6/21/2025
2025.6.8 98 6/20/2025
2025.6.7 165 6/19/2025
2025.6.5 156 6/19/2025
2025.6.4 155 6/18/2025
2025.6.3 161 6/17/2025
2025.6.2 154 6/17/2025
2025.6.1 108 6/6/2025
2025.5.6 108 5/30/2025
2025.5.2 248 5/15/2025
2025.5.1 258 5/13/2025
2025.4.12 186 4/29/2025
2025.4.11 217 4/17/2025
2025.4.10 199 4/9/2025
2025.4.9 193 4/9/2025
2025.4.8 190 4/9/2025
2025.4.1 153 4/4/2025
2025.3.28 169 3/28/2025
2025.3.27 515 3/25/2025
2025.3.23 366 3/24/2025
2025.3.21 132 3/21/2025
2025.3.18 176 3/19/2025
2025.3.17 182 3/19/2025
2025.3.16 176 3/18/2025
2025.3.15 174 3/13/2025
2025.3.14 181 3/13/2025
2025.3.12 190 3/12/2025
2025.3.8 225 3/10/2025
2025.3.7 191 3/10/2025
2025.3.6 177 3/9/2025
2025.3.5 237 3/7/2025
2025.2.23 265 3/5/2025
2025.2.21 155 2/27/2025
2025.2.20 146 2/26/2025
2025.2.19 151 2/25/2025
2025.2.18 144 2/25/2025
2025.2.17 142 2/22/2025
2025.2.16 132 2/22/2025
2025.2.15 145 2/21/2025
2025.2.12 140 2/19/2025
2025.2.11 137 2/19/2025
2025.2.10 164 2/17/2025
2025.2.9 141 2/17/2025
2025.2.8 133 2/12/2025
2025.2.7 149 2/12/2025
2025.2.6 141 2/9/2025
2025.2.5 148 2/9/2025
2025.2.4 139 2/9/2025
2025.2.3 142 2/8/2025
2025.2.1 156 2/4/2025
2025.1.25 136 2/1/2025
2025.1.24 140 1/31/2025
2025.1.23 153 1/31/2025
2025.1.22 143 1/26/2025
2025.1.21 126 1/26/2025
2025.1.20 141 1/25/2025
2025.1.19 134 1/25/2025
2025.1.17 142 1/24/2025
2025.1.16 136 1/23/2025
2025.1.15 137 1/23/2025
2025.1.12 144 1/23/2025
2025.1.11 139 1/21/2025
2025.1.10 136 1/21/2025
2025.1.9 140 1/20/2025
2025.1.7 130 1/18/2025
2025.1.6 135 1/17/2025
2025.1.5 129 1/14/2025
2025.1.4 138 1/9/2025
2025.1.3 125 1/9/2025
2025.1.2 133 1/8/2025
2025.1.1 144 1/7/2025
2025.1.0 144 1/7/2025
2025.0.28 139 12/28/2024
2025.0.27 142 12/28/2024
2025.0.26 145 12/26/2024
2025.0.25 145 12/22/2024
2025.0.16 139 12/18/2024
2025.0.15 151 12/16/2024
2025.0.14 150 12/12/2024
2025.0.12 144 12/10/2024
2025.0.10 145 12/7/2024
2025.0.9 147 12/6/2024
2025.0.8 160 12/5/2024
2025.0.7 147 11/29/2024
2025.0.6 136 11/28/2024
2025.0.3 150 11/19/2024
2025.0.1 137 11/18/2024
2025.0.0 143 11/16/2024
15.10.40 147 11/13/2024
15.10.39 148 11/11/2024
15.10.38 160 11/10/2024
15.10.37 143 11/1/2024
15.10.36 150 11/1/2024
15.10.35 149 10/28/2024
15.10.32 194 10/17/2024
15.10.31 172 10/17/2024
15.10.28 137 10/16/2024
15.10.27 148 10/13/2024
15.10.26 150 10/13/2024
15.10.25 149 10/11/2024
15.10.24 159 10/10/2024
15.10.23 148 10/10/2024
15.10.22 157 10/9/2024
15.10.21 132 10/6/2024
15.10.20 144 10/5/2024
15.10.19 142 10/4/2024
15.10.18 143 10/2/2024
15.10.17 152 9/29/2024
15.10.16 145 9/29/2024
15.10.14 142 9/29/2024
15.10.12 159 9/27/2024
15.10.11 150 9/24/2024
15.10.9 147 9/23/2024
15.10.8 144 9/22/2024
15.10.7-beta 117 9/19/2024
15.10.5 166 9/16/2024
15.10.4-beta 132 9/13/2024
15.10.3-beta 129 9/7/2024
15.10.2-beta 117 9/7/2024
15.9.93 192 8/17/2024
15.9.92 169 8/16/2024
15.9.91 168 8/16/2024
15.9.90 163 8/14/2024
15.9.89 169 8/14/2024
15.9.88 161 8/13/2024
15.9.87 160 8/12/2024
15.9.86 173 8/11/2024
15.9.85 157 8/10/2024
15.9.84 161 8/8/2024
15.9.83 164 8/8/2024
15.9.82 126 8/5/2024
15.9.81 131 8/4/2024
15.9.80 137 8/2/2024
15.9.75 134 8/2/2024
15.9.74 152 8/1/2024
15.9.73 142 8/1/2024
15.9.72 120 7/28/2024
15.9.71 124 7/27/2024
15.9.70 136 7/27/2024
15.9.69 136 7/26/2024
15.9.68 156 7/26/2024
15.9.67 132 7/25/2024
15.9.66 168 7/22/2024
15.9.65 145 7/21/2024
15.9.64 157 7/20/2024
15.9.63 162 7/19/2024
15.9.62 154 7/19/2024
15.9.61 176 7/18/2024
15.9.60 154 7/18/2024
15.9.59 172 7/17/2024
15.9.58 159 7/15/2024
15.9.57 160 7/15/2024
15.9.56 201 7/6/2024
15.9.55 173 6/28/2024
15.9.54 173 6/23/2024
15.9.53 169 6/22/2024
15.9.52 177 6/22/2024
15.9.51 147 6/17/2024
15.9.50 149 6/15/2024
15.9.47 160 6/7/2024
15.9.46 161 6/6/2024
15.9.45 158 6/5/2024
15.9.43 167 5/29/2024
15.9.42 171 5/26/2024
15.9.41 163 5/25/2024
15.9.40 153 5/25/2024
15.9.39 147 5/23/2024
15.9.38 154 5/21/2024
15.9.37 157 5/21/2024
15.9.36 168 5/14/2024
15.9.35 166 5/14/2024
15.9.33 188 5/12/2024
15.9.32 171 5/10/2024
15.9.31 166 5/9/2024
15.9.30 160 5/9/2024
15.9.29 171 5/8/2024
15.9.28 190 5/6/2024
15.9.27 186 5/6/2024
15.9.26 126 5/3/2024
15.9.25 117 5/2/2024
15.9.23 167 4/29/2024
15.9.22 163 4/28/2024
15.9.21 169 4/27/2024
15.9.20 161 4/27/2024
15.9.18 168 4/27/2024
15.9.17 188 4/25/2024
15.9.16 162 4/24/2024
15.9.14 174 4/23/2024
15.9.12 172 4/23/2024
15.9.11 166 4/23/2024
15.9.10 181 4/21/2024
15.9.8 170 4/21/2024
15.9.7 180 4/18/2024
15.9.6 161 4/17/2024
15.9.5 185 4/16/2024
15.9.4 182 4/14/2024
15.9.3 183 4/13/2024
15.9.2 203 4/10/2024
15.9.1 179 4/6/2024
15.9.0 179 4/5/2024
15.8.54 172 3/29/2024
15.8.53 164 3/28/2024
15.8.52 205 3/23/2024
15.8.51 185 3/22/2024
15.8.50 185 3/21/2024
15.8.49 179 3/21/2024
15.8.48 183 3/21/2024
15.8.47 182 3/20/2024
15.8.43 185 3/13/2024
15.8.42 191 3/7/2024
15.8.41 175 3/6/2024
15.8.40 193 3/6/2024
15.8.39 166 3/5/2024
15.8.38 180 3/5/2024
15.8.37 199 3/4/2024
15.8.36 202 3/4/2024
15.8.35 186 3/3/2024
15.8.34 212 3/2/2024
15.8.33 185 2/29/2024
15.8.32 188 2/29/2024
15.8.31 181 2/28/2024
15.8.30 172 2/27/2024
15.8.29 186 2/26/2024
15.8.28 177 2/25/2024
15.8.27 171 2/25/2024
15.8.26 195 2/25/2024
15.8.25 197 2/21/2024
15.8.24 180 2/20/2024
15.8.23 186 2/20/2024
15.8.22 169 2/20/2024
15.8.21 183 2/19/2024
15.8.20 171 2/19/2024
15.8.19 167 2/15/2024
15.8.18 179 2/15/2024
15.8.17 190 2/11/2024
15.8.16 190 2/10/2024
15.8.14 172 2/9/2024
15.8.12 192 2/8/2024
15.8.11 179 2/7/2024
15.8.10 191 2/6/2024
15.8.9 188 2/6/2024
15.8.7 181 2/4/2024
15.8.6 163 2/2/2024
15.8.5 169 2/1/2024
15.8.4 174 1/31/2024
15.8.3 170 1/30/2024
15.8.2 169 1/28/2024
15.8.1 158 1/27/2024
15.8.0 179 1/22/2024
15.7.50 181 1/20/2024
15.7.49 163 1/19/2024
15.7.48 164 1/19/2024
15.7.47 171 1/19/2024
15.7.46 160 1/18/2024
15.7.45 183 1/17/2024
15.7.43 192 1/16/2024
15.7.42 185 1/15/2024
15.7.41 172 1/14/2024
15.7.40 173 1/13/2024
15.7.39 167 1/12/2024
15.7.38 179 1/11/2024
15.7.37 180 1/11/2024
15.7.36 186 1/11/2024
15.7.35 205 1/8/2024
15.7.34 196 12/29/2023
15.7.33 203 12/28/2023
15.7.32 208 12/26/2023
15.7.31 175 12/24/2023
15.7.30 193 12/22/2023
15.7.29 181 12/18/2023
15.7.28 209 12/16/2023
15.7.27 198 12/15/2023
15.7.26 193 12/14/2023
15.7.25 165 12/13/2023
15.7.24 200 12/13/2023
15.7.23 176 12/10/2023
15.7.22 203 12/10/2023
15.7.21 202 12/4/2023
15.7.20 197 12/4/2023
15.7.19 206 11/25/2023
15.7.18 183 11/24/2023
15.7.17 163 11/24/2023
15.7.16 191 11/23/2023
15.7.15 168 11/22/2023
15.7.14 174 11/22/2023
15.7.12 179 11/22/2023
15.7.11 154 11/21/2023
15.7.10 146 11/21/2023
15.7.9 190 11/20/2023
15.7.8 165 11/20/2023
15.7.6 179 11/17/2023
15.7.5 160 11/17/2023
15.7.1 149 11/17/2023
15.6.45 198 11/14/2023
15.6.43 183 11/9/2023
15.6.42 177 11/9/2023
15.6.41 166 11/7/2023
15.6.40 183 11/6/2023
15.6.39 190 10/30/2023
15.6.38 192 10/30/2023
15.6.37 185 10/30/2023
15.6.36 213 10/26/2023
15.6.35 188 10/23/2023
15.6.34 196 10/20/2023
15.6.33 210 10/19/2023
15.6.32 234 10/13/2023
15.6.31 198 10/9/2023
15.6.27 199 10/6/2023
15.6.26 190 10/4/2023
15.6.25 200 10/1/2023
15.6.24 188 9/30/2023
15.6.23 199 9/28/2023
15.6.22 192 9/28/2023
15.6.21 190 9/26/2023
15.6.20 198 9/25/2023
15.6.19 207 9/20/2023
15.6.18 206 9/20/2023
15.6.17 202 9/19/2023
15.6.16 198 9/18/2023
15.6.14 211 9/18/2023
15.6.12 207 9/18/2023
15.6.11 204 9/15/2023
15.6.10 251 9/14/2023
15.6.9 223 9/13/2023
15.6.8 249 9/8/2023
15.6.7 253 8/29/2023
15.6.6 212 8/28/2023
15.6.5 237 8/26/2023
15.6.4 245 8/23/2023
15.6.3 250 8/23/2023
15.6.2 226 8/23/2023
15.6.1 243 8/22/2023
15.6.0 260 8/22/2023
15.5.94 248 8/3/2023
15.5.93 274 7/30/2023
15.5.92 230 7/29/2023
15.5.91 262 7/29/2023
15.5.90 252 7/16/2023
15.5.89 257 7/16/2023
15.5.88 231 7/12/2023
15.5.87 283 7/4/2023
15.5.86 308 6/29/2023
15.5.85 286 6/26/2023
15.5.84 277 6/24/2023
15.5.83 294 6/23/2023
15.5.82 262 6/19/2023
15.5.81 284 6/9/2023
15.5.80 292 6/7/2023
15.5.79 300 6/2/2023
15.5.78 263 5/31/2023
15.5.77 274 5/30/2023
15.5.76 269 5/29/2023
15.5.75 269 5/27/2023
15.5.74 270 5/24/2023
15.5.73 273 5/15/2023
15.5.72 293 5/9/2023
15.5.71 304 5/1/2023
15.5.70 308 4/28/2023
15.5.69 319 4/24/2023
15.5.68 330 4/20/2023
15.5.67 290 4/19/2023
15.5.66 302 4/18/2023
15.5.65 305 4/12/2023
15.5.64 324 4/11/2023
15.5.63 348 4/11/2023
15.5.62 316 4/10/2023
15.5.61 319 4/8/2023
15.5.60 307 4/7/2023
15.5.59 375 4/1/2023
15.5.58 368 4/1/2023
15.5.57 367 4/1/2023
15.5.56 356 3/31/2023
15.5.55 363 3/29/2023
15.5.54 377 3/28/2023
15.5.53 359 3/27/2023
15.5.52 390 3/26/2023
15.5.51 370 3/24/2023
15.5.50 371 3/23/2023
15.5.49 367 3/18/2023
15.5.48 367 3/16/2023
15.5.47 354 3/16/2023
15.5.46 357 3/15/2023
15.5.45 382 3/8/2023
15.5.43 380 3/5/2023
15.5.42 383 2/27/2023
15.5.41 421 2/23/2023
15.5.40 416 2/22/2023
15.5.39 416 2/20/2023
15.5.37 402 2/16/2023
15.5.36 419 2/14/2023
15.5.35 434 2/11/2023
15.5.34 422 2/7/2023
15.5.33 423 2/6/2023
15.5.32 416 2/4/2023
15.5.31 426 2/3/2023
15.5.30 419 2/2/2023
15.5.29 436 1/31/2023
15.5.27 457 1/28/2023
15.5.26 454 1/27/2023
15.5.25 475 1/23/2023
15.5.23 460 1/16/2023
15.5.22 462 1/15/2023
15.5.21 479 1/13/2023
15.5.20 462 1/12/2023
15.5.19 460 1/12/2023
15.5.18 457 1/11/2023
15.5.17 421 1/9/2023
15.5.16 442 1/9/2023
15.5.14 488 1/8/2023
15.5.12 468 1/7/2023
15.5.11 481 1/6/2023
15.5.10 446 1/5/2023
15.5.9 460 1/5/2023
15.5.8 459 1/4/2023
15.5.7 462 12/23/2022
15.5.6 441 12/22/2022
15.5.4 428 12/19/2022
15.5.3 451 12/17/2022
15.5.2 440 12/16/2022
15.5.1 468 12/11/2022
15.5.0 462 12/10/2022
15.4.59 511 12/3/2022
15.4.58 486 11/30/2022
15.4.57 481 11/29/2022
15.4.56 497 11/28/2022
15.4.55 486 11/27/2022
15.4.54 495 11/24/2022
15.4.53 490 11/23/2022
15.4.52 481 11/22/2022
15.4.51 477 11/21/2022
15.4.50 463 11/18/2022
15.4.49 502 11/16/2022
15.4.48 503 11/10/2022
15.4.47 505 11/10/2022
15.4.46 527 11/9/2022
15.4.45 602 11/6/2022
15.4.43 567 11/2/2022
15.4.42 564 10/30/2022
15.4.40 550 10/29/2022
15.4.39 548 10/28/2022
15.4.38 563 10/28/2022
15.4.37 590 10/25/2022
15.4.36 592 10/24/2022
15.4.35 611 10/20/2022
15.4.34 581 10/19/2022
15.4.33 588 10/14/2022
15.4.32 586 10/11/2022
15.4.31 588 10/10/2022
15.4.30 559 10/5/2022
15.4.29 602 9/30/2022
15.4.28 593 9/30/2022
15.4.27 591 9/29/2022
15.4.26 636 9/23/2022
15.4.25 623 9/23/2022
15.4.24 612 9/23/2022
15.4.23 596 9/9/2022
15.4.21 627 9/8/2022
15.4.20 609 9/7/2022
15.4.19 595 9/6/2022
15.4.18 665 9/6/2022
15.4.17 637 9/4/2022
1.0.0 613 9/4/2022

Bug fixes and performance improvements. Please check changelog.