VisioForge.DotNet.Core.UI.MAUI 2025.9.3

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.3
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.9.3
                    
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.3" />
                    
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.3" />
                    
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.3
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.9.3"
                    
#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.3
                    
#: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.3
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.9.3
                    
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 62 9/7/2025
2025.9.3 66 9/6/2025
2025.9.2 141 9/3/2025
2025.9.1 130 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 136 8/13/2025
2025.8.3 122 8/9/2025
2025.8.2 169 8/8/2025
2025.8.1 214 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 317 7/25/2025
2025.7.10 365 7/25/2025
2025.7.9 496 7/23/2025
2025.7.8 94 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 116 6/28/2025
2025.6.28 108 6/28/2025
2025.6.27 113 6/27/2025
2025.6.11 112 6/27/2025
2025.6.10 156 6/23/2025
2025.6.9 121 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 109 6/6/2025
2025.5.6 108 5/30/2025
2025.5.2 250 5/15/2025
2025.5.1 260 5/13/2025
2025.4.12 187 4/29/2025
2025.4.11 217 4/17/2025
2025.4.10 200 4/9/2025
2025.4.9 193 4/9/2025
2025.4.8 190 4/9/2025
2025.4.1 156 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 134 3/21/2025
2025.3.18 176 3/19/2025
2025.3.17 184 3/19/2025
2025.3.16 178 3/18/2025
2025.3.15 175 3/13/2025
2025.3.14 182 3/13/2025
2025.3.12 190 3/12/2025
2025.3.8 225 3/10/2025
2025.3.7 193 3/10/2025
2025.3.6 178 3/9/2025
2025.3.5 237 3/7/2025
2025.2.23 268 3/5/2025
2025.2.21 155 2/27/2025
2025.2.20 147 2/26/2025
2025.2.19 151 2/25/2025
2025.2.18 145 2/25/2025
2025.2.17 142 2/22/2025
2025.2.16 132 2/22/2025
2025.2.15 147 2/21/2025
2025.2.12 141 2/19/2025
2025.2.11 139 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 150 2/9/2025
2025.2.4 139 2/9/2025
2025.2.3 143 2/8/2025
2025.2.1 157 2/4/2025
2025.1.25 137 2/1/2025
2025.1.24 141 1/31/2025
2025.1.23 156 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 143 1/24/2025
2025.1.16 136 1/23/2025
2025.1.15 138 1/23/2025
2025.1.12 145 1/23/2025
2025.1.11 140 1/21/2025
2025.1.10 136 1/21/2025
2025.1.9 140 1/20/2025
2025.1.7 131 1/18/2025
2025.1.6 135 1/17/2025
2025.1.5 130 1/14/2025
2025.1.4 138 1/9/2025
2025.1.3 125 1/9/2025
2025.1.2 134 1/8/2025
2025.1.1 145 1/7/2025
2025.1.0 146 1/7/2025
2025.0.28 139 12/28/2024
2025.0.27 143 12/28/2024
2025.0.26 147 12/26/2024
2025.0.25 146 12/22/2024
2025.0.16 140 12/18/2024
2025.0.15 151 12/16/2024
2025.0.14 151 12/12/2024
2025.0.12 146 12/10/2024
2025.0.10 146 12/7/2024
2025.0.9 148 12/6/2024
2025.0.8 163 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 138 11/18/2024
2025.0.0 143 11/16/2024
15.10.40 147 11/13/2024
15.10.39 149 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 195 10/17/2024
15.10.31 173 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 150 10/11/2024
15.10.24 159 10/10/2024
15.10.23 152 10/10/2024
15.10.22 157 10/9/2024
15.10.21 132 10/6/2024
15.10.20 145 10/5/2024
15.10.19 143 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 143 9/29/2024
15.10.12 159 9/27/2024
15.10.11 151 9/24/2024
15.10.9 149 9/23/2024
15.10.8 144 9/22/2024
15.10.7-beta 119 9/19/2024
15.10.5 166 9/16/2024
15.10.4-beta 134 9/13/2024
15.10.3-beta 129 9/7/2024
15.10.2-beta 118 9/7/2024
15.9.93 192 8/17/2024
15.9.92 171 8/16/2024
15.9.91 169 8/16/2024
15.9.90 163 8/14/2024
15.9.89 172 8/14/2024
15.9.88 162 8/13/2024
15.9.87 160 8/12/2024
15.9.86 174 8/11/2024
15.9.85 158 8/10/2024
15.9.84 161 8/8/2024
15.9.83 165 8/8/2024
15.9.82 127 8/5/2024
15.9.81 132 8/4/2024
15.9.80 139 8/2/2024
15.9.75 136 8/2/2024
15.9.74 154 8/1/2024
15.9.73 143 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 137 7/26/2024
15.9.68 156 7/26/2024
15.9.67 135 7/25/2024
15.9.66 169 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 173 7/17/2024
15.9.58 160 7/15/2024
15.9.57 161 7/15/2024
15.9.56 204 7/6/2024
15.9.55 174 6/28/2024
15.9.54 174 6/23/2024
15.9.53 171 6/22/2024
15.9.52 177 6/22/2024
15.9.51 148 6/17/2024
15.9.50 151 6/15/2024
15.9.47 161 6/7/2024
15.9.46 161 6/6/2024
15.9.45 159 6/5/2024
15.9.43 168 5/29/2024
15.9.42 172 5/26/2024
15.9.41 164 5/25/2024
15.9.40 158 5/25/2024
15.9.39 148 5/23/2024
15.9.38 155 5/21/2024
15.9.37 158 5/21/2024
15.9.36 168 5/14/2024
15.9.35 166 5/14/2024
15.9.33 190 5/12/2024
15.9.32 173 5/10/2024
15.9.31 169 5/9/2024
15.9.30 162 5/9/2024
15.9.29 173 5/8/2024
15.9.28 192 5/6/2024
15.9.27 187 5/6/2024
15.9.26 126 5/3/2024
15.9.25 118 5/2/2024
15.9.23 170 4/29/2024
15.9.22 164 4/28/2024
15.9.21 170 4/27/2024
15.9.20 162 4/27/2024
15.9.18 170 4/27/2024
15.9.17 191 4/25/2024
15.9.16 163 4/24/2024
15.9.14 176 4/23/2024
15.9.12 173 4/23/2024
15.9.11 167 4/23/2024
15.9.10 183 4/21/2024
15.9.8 170 4/21/2024
15.9.7 182 4/18/2024
15.9.6 164 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 180 4/6/2024
15.9.0 179 4/5/2024
15.8.54 174 3/29/2024
15.8.53 166 3/28/2024
15.8.52 206 3/23/2024
15.8.51 185 3/22/2024
15.8.50 187 3/21/2024
15.8.49 179 3/21/2024
15.8.48 184 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 176 3/6/2024
15.8.40 193 3/6/2024
15.8.39 166 3/5/2024
15.8.38 181 3/5/2024
15.8.37 201 3/4/2024
15.8.36 203 3/4/2024
15.8.35 186 3/3/2024
15.8.34 213 3/2/2024
15.8.33 185 2/29/2024
15.8.32 191 2/29/2024
15.8.31 181 2/28/2024
15.8.30 173 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 196 2/25/2024
15.8.25 200 2/21/2024
15.8.24 180 2/20/2024
15.8.23 186 2/20/2024
15.8.22 170 2/20/2024
15.8.21 184 2/19/2024
15.8.20 174 2/19/2024
15.8.19 168 2/15/2024
15.8.18 180 2/15/2024
15.8.17 190 2/11/2024
15.8.16 190 2/10/2024
15.8.14 174 2/9/2024
15.8.12 194 2/8/2024
15.8.11 179 2/7/2024
15.8.10 191 2/6/2024
15.8.9 191 2/6/2024
15.8.7 182 2/4/2024
15.8.6 163 2/2/2024
15.8.5 170 2/1/2024
15.8.4 174 1/31/2024
15.8.3 171 1/30/2024
15.8.2 170 1/28/2024
15.8.1 158 1/27/2024
15.8.0 179 1/22/2024
15.7.50 183 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 162 1/18/2024
15.7.45 186 1/17/2024
15.7.43 194 1/16/2024
15.7.42 185 1/15/2024
15.7.41 173 1/14/2024
15.7.40 173 1/13/2024
15.7.39 168 1/12/2024
15.7.38 179 1/11/2024
15.7.37 181 1/11/2024
15.7.36 188 1/11/2024
15.7.35 206 1/8/2024
15.7.34 197 12/29/2023
15.7.33 203 12/28/2023
15.7.32 209 12/26/2023
15.7.31 175 12/24/2023
15.7.30 193 12/22/2023
15.7.29 183 12/18/2023
15.7.28 210 12/16/2023
15.7.27 199 12/15/2023
15.7.26 194 12/14/2023
15.7.25 165 12/13/2023
15.7.24 201 12/13/2023
15.7.23 176 12/10/2023
15.7.22 204 12/10/2023
15.7.21 204 12/4/2023
15.7.20 198 12/4/2023
15.7.19 206 11/25/2023
15.7.18 184 11/24/2023
15.7.17 163 11/24/2023
15.7.16 192 11/23/2023
15.7.15 168 11/22/2023
15.7.14 175 11/22/2023
15.7.12 180 11/22/2023
15.7.11 156 11/21/2023
15.7.10 146 11/21/2023
15.7.9 190 11/20/2023
15.7.8 167 11/20/2023
15.7.6 180 11/17/2023
15.7.5 162 11/17/2023
15.7.1 150 11/17/2023
15.6.45 200 11/14/2023
15.6.43 184 11/9/2023
15.6.42 178 11/9/2023
15.6.41 166 11/7/2023
15.6.40 184 11/6/2023
15.6.39 192 10/30/2023
15.6.38 195 10/30/2023
15.6.37 186 10/30/2023
15.6.36 215 10/26/2023
15.6.35 189 10/23/2023
15.6.34 198 10/20/2023
15.6.33 210 10/19/2023
15.6.32 235 10/13/2023
15.6.31 199 10/9/2023
15.6.27 200 10/6/2023
15.6.26 192 10/4/2023
15.6.25 200 10/1/2023
15.6.24 189 9/30/2023
15.6.23 200 9/28/2023
15.6.22 192 9/28/2023
15.6.21 190 9/26/2023
15.6.20 200 9/25/2023
15.6.19 210 9/20/2023
15.6.18 208 9/20/2023
15.6.17 203 9/19/2023
15.6.16 199 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 252 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 213 8/28/2023
15.6.5 237 8/26/2023
15.6.4 245 8/23/2023
15.6.3 251 8/23/2023
15.6.2 226 8/23/2023
15.6.1 243 8/22/2023
15.6.0 263 8/22/2023
15.5.94 250 8/3/2023
15.5.93 274 7/30/2023
15.5.92 230 7/29/2023
15.5.91 264 7/29/2023
15.5.90 252 7/16/2023
15.5.89 257 7/16/2023
15.5.88 232 7/12/2023
15.5.87 283 7/4/2023
15.5.86 309 6/29/2023
15.5.85 286 6/26/2023
15.5.84 279 6/24/2023
15.5.83 296 6/23/2023
15.5.82 262 6/19/2023
15.5.81 285 6/9/2023
15.5.80 292 6/7/2023
15.5.79 300 6/2/2023
15.5.78 266 5/31/2023
15.5.77 275 5/30/2023
15.5.76 270 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 294 5/9/2023
15.5.71 305 5/1/2023
15.5.70 308 4/28/2023
15.5.69 319 4/24/2023
15.5.68 332 4/20/2023
15.5.67 291 4/19/2023
15.5.66 302 4/18/2023
15.5.65 305 4/12/2023
15.5.64 325 4/11/2023
15.5.63 349 4/11/2023
15.5.62 317 4/10/2023
15.5.61 319 4/8/2023
15.5.60 307 4/7/2023
15.5.59 376 4/1/2023
15.5.58 369 4/1/2023
15.5.57 368 4/1/2023
15.5.56 357 3/31/2023
15.5.55 363 3/29/2023
15.5.54 378 3/28/2023
15.5.53 360 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 368 3/16/2023
15.5.47 356 3/16/2023
15.5.46 360 3/15/2023
15.5.45 383 3/8/2023
15.5.43 380 3/5/2023
15.5.42 383 2/27/2023
15.5.41 422 2/23/2023
15.5.40 418 2/22/2023
15.5.39 420 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 423 2/7/2023
15.5.33 425 2/6/2023
15.5.32 420 2/4/2023
15.5.31 427 2/3/2023
15.5.30 420 2/2/2023
15.5.29 436 1/31/2023
15.5.27 459 1/28/2023
15.5.26 455 1/27/2023
15.5.25 475 1/23/2023
15.5.23 461 1/16/2023
15.5.22 463 1/15/2023
15.5.21 482 1/13/2023
15.5.20 463 1/12/2023
15.5.19 461 1/12/2023
15.5.18 458 1/11/2023
15.5.17 425 1/9/2023
15.5.16 443 1/9/2023
15.5.14 490 1/8/2023
15.5.12 469 1/7/2023
15.5.11 485 1/6/2023
15.5.10 447 1/5/2023
15.5.9 460 1/5/2023
15.5.8 459 1/4/2023
15.5.7 464 12/23/2022
15.5.6 442 12/22/2022
15.5.4 429 12/19/2022
15.5.3 452 12/17/2022
15.5.2 440 12/16/2022
15.5.1 469 12/11/2022
15.5.0 463 12/10/2022
15.4.59 512 12/3/2022
15.4.58 486 11/30/2022
15.4.57 483 11/29/2022
15.4.56 501 11/28/2022
15.4.55 487 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 478 11/21/2022
15.4.50 463 11/18/2022
15.4.49 503 11/16/2022
15.4.48 503 11/10/2022
15.4.47 508 11/10/2022
15.4.46 528 11/9/2022
15.4.45 604 11/6/2022
15.4.43 568 11/2/2022
15.4.42 564 10/30/2022
15.4.40 551 10/29/2022
15.4.39 549 10/28/2022
15.4.38 563 10/28/2022
15.4.37 590 10/25/2022
15.4.36 593 10/24/2022
15.4.35 612 10/20/2022
15.4.34 583 10/19/2022
15.4.33 589 10/14/2022
15.4.32 587 10/11/2022
15.4.31 590 10/10/2022
15.4.30 561 10/5/2022
15.4.29 602 9/30/2022
15.4.28 596 9/30/2022
15.4.27 591 9/29/2022
15.4.26 637 9/23/2022
15.4.25 624 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 610 9/7/2022
15.4.19 600 9/6/2022
15.4.18 668 9/6/2022
15.4.17 640 9/4/2022
1.0.0 613 9/4/2022

Bug fixes and performance improvements. Please check changelog.