VisioForge.DotNet.Core.UI.MAUI 2025.9.5

dotnet add package VisioForge.DotNet.Core.UI.MAUI --version 2025.9.5
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.9.5
                    
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.5" />
                    
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.5" />
                    
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.5
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.9.5"
                    
#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.5
                    
#: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.5
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.9.5
                    
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 64 9/7/2025
2025.9.3 68 9/6/2025
2025.9.2 143 9/3/2025
2025.9.1 132 9/2/2025
2025.9.0 131 9/1/2025
2025.8.9 185 8/27/2025
2025.8.7 248 8/25/2025
2025.8.6 127 8/20/2025
2025.8.5 134 8/18/2025
2025.8.4 138 8/13/2025
2025.8.3 124 8/9/2025
2025.8.2 171 8/8/2025
2025.8.1 216 8/7/2025
2025.7.15 43 8/1/2025
2025.7.14 103 7/29/2025
2025.7.12 108 7/27/2025
2025.7.11 319 7/25/2025
2025.7.10 367 7/25/2025
2025.7.9 498 7/23/2025
2025.7.8 97 7/18/2025
2025.7.6 158 7/6/2025
2025.7.1 154 7/2/2025
2025.6.30 152 7/1/2025
2025.6.29 118 6/28/2025
2025.6.28 110 6/28/2025
2025.6.27 115 6/27/2025
2025.6.11 114 6/27/2025
2025.6.10 158 6/23/2025
2025.6.9 123 6/21/2025
2025.6.8 100 6/20/2025
2025.6.7 167 6/19/2025
2025.6.5 158 6/19/2025
2025.6.4 157 6/18/2025
2025.6.3 163 6/17/2025
2025.6.2 156 6/17/2025
2025.6.1 111 6/6/2025
2025.5.6 110 5/30/2025
2025.5.2 252 5/15/2025
2025.5.1 262 5/13/2025
2025.4.12 189 4/29/2025
2025.4.11 219 4/17/2025
2025.4.10 202 4/9/2025
2025.4.9 196 4/9/2025
2025.4.8 192 4/9/2025
2025.4.1 158 4/4/2025
2025.3.28 171 3/28/2025
2025.3.27 517 3/25/2025
2025.3.23 368 3/24/2025
2025.3.21 136 3/21/2025
2025.3.18 178 3/19/2025
2025.3.17 186 3/19/2025
2025.3.16 180 3/18/2025
2025.3.15 177 3/13/2025
2025.3.14 184 3/13/2025
2025.3.12 192 3/12/2025
2025.3.8 227 3/10/2025
2025.3.7 195 3/10/2025
2025.3.6 180 3/9/2025
2025.3.5 239 3/7/2025
2025.2.23 270 3/5/2025
2025.2.21 157 2/27/2025
2025.2.20 149 2/26/2025
2025.2.19 153 2/25/2025
2025.2.18 147 2/25/2025
2025.2.17 144 2/22/2025
2025.2.16 134 2/22/2025
2025.2.15 150 2/21/2025
2025.2.12 143 2/19/2025
2025.2.11 141 2/19/2025
2025.2.10 166 2/17/2025
2025.2.9 143 2/17/2025
2025.2.8 135 2/12/2025
2025.2.7 151 2/12/2025
2025.2.6 143 2/9/2025
2025.2.5 152 2/9/2025
2025.2.4 141 2/9/2025
2025.2.3 145 2/8/2025
2025.2.1 159 2/4/2025
2025.1.25 139 2/1/2025
2025.1.24 143 1/31/2025
2025.1.23 158 1/31/2025
2025.1.22 145 1/26/2025
2025.1.21 128 1/26/2025
2025.1.20 143 1/25/2025
2025.1.19 136 1/25/2025
2025.1.17 145 1/24/2025
2025.1.16 138 1/23/2025
2025.1.15 140 1/23/2025
2025.1.12 147 1/23/2025
2025.1.11 142 1/21/2025
2025.1.10 139 1/21/2025
2025.1.9 142 1/20/2025
2025.1.7 133 1/18/2025
2025.1.6 137 1/17/2025
2025.1.5 133 1/14/2025
2025.1.4 140 1/9/2025
2025.1.3 127 1/9/2025
2025.1.2 136 1/8/2025
2025.1.1 147 1/7/2025
2025.1.0 148 1/7/2025
2025.0.28 141 12/28/2024
2025.0.27 145 12/28/2024
2025.0.26 149 12/26/2024
2025.0.25 148 12/22/2024
2025.0.16 143 12/18/2024
2025.0.15 154 12/16/2024
2025.0.14 153 12/12/2024
2025.0.12 148 12/10/2024
2025.0.10 148 12/7/2024
2025.0.9 150 12/6/2024
2025.0.8 165 12/5/2024
2025.0.7 149 11/29/2024
2025.0.6 139 11/28/2024
2025.0.3 152 11/19/2024
2025.0.1 140 11/18/2024
2025.0.0 145 11/16/2024
15.10.40 149 11/13/2024
15.10.39 151 11/11/2024
15.10.38 162 11/10/2024
15.10.37 146 11/1/2024
15.10.36 154 11/1/2024
15.10.35 152 10/28/2024
15.10.32 197 10/17/2024
15.10.31 175 10/17/2024
15.10.28 139 10/16/2024
15.10.27 150 10/13/2024
15.10.26 153 10/13/2024
15.10.25 152 10/11/2024
15.10.24 161 10/10/2024
15.10.23 154 10/10/2024
15.10.22 159 10/9/2024
15.10.21 134 10/6/2024
15.10.20 147 10/5/2024
15.10.19 145 10/4/2024
15.10.18 146 10/2/2024
15.10.17 154 9/29/2024
15.10.16 147 9/29/2024
15.10.14 145 9/29/2024
15.10.12 162 9/27/2024
15.10.11 154 9/24/2024
15.10.9 151 9/23/2024
15.10.8 146 9/22/2024
15.10.7-beta 119 9/19/2024
15.10.5 168 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 194 8/17/2024
15.9.92 173 8/16/2024
15.9.91 171 8/16/2024
15.9.90 165 8/14/2024
15.9.89 174 8/14/2024
15.9.88 164 8/13/2024
15.9.87 162 8/12/2024
15.9.86 177 8/11/2024
15.9.85 160 8/10/2024
15.9.84 163 8/8/2024
15.9.83 167 8/8/2024
15.9.82 129 8/5/2024
15.9.81 135 8/4/2024
15.9.80 141 8/2/2024
15.9.75 138 8/2/2024
15.9.74 156 8/1/2024
15.9.73 145 8/1/2024
15.9.72 122 7/28/2024
15.9.71 126 7/27/2024
15.9.70 138 7/27/2024
15.9.69 139 7/26/2024
15.9.68 158 7/26/2024
15.9.67 137 7/25/2024
15.9.66 171 7/22/2024
15.9.65 148 7/21/2024
15.9.64 160 7/20/2024
15.9.63 164 7/19/2024
15.9.62 156 7/19/2024
15.9.61 178 7/18/2024
15.9.60 156 7/18/2024
15.9.59 175 7/17/2024
15.9.58 162 7/15/2024
15.9.57 163 7/15/2024
15.9.56 206 7/6/2024
15.9.55 177 6/28/2024
15.9.54 176 6/23/2024
15.9.53 173 6/22/2024
15.9.52 179 6/22/2024
15.9.51 150 6/17/2024
15.9.50 153 6/15/2024
15.9.47 163 6/7/2024
15.9.46 163 6/6/2024
15.9.45 161 6/5/2024
15.9.43 170 5/29/2024
15.9.42 175 5/26/2024
15.9.41 166 5/25/2024
15.9.40 160 5/25/2024
15.9.39 150 5/23/2024
15.9.38 157 5/21/2024
15.9.37 160 5/21/2024
15.9.36 170 5/14/2024
15.9.35 168 5/14/2024
15.9.33 192 5/12/2024
15.9.32 175 5/10/2024
15.9.31 171 5/9/2024
15.9.30 164 5/9/2024
15.9.29 175 5/8/2024
15.9.28 194 5/6/2024
15.9.27 189 5/6/2024
15.9.26 128 5/3/2024
15.9.25 120 5/2/2024
15.9.23 172 4/29/2024
15.9.22 166 4/28/2024
15.9.21 172 4/27/2024
15.9.20 164 4/27/2024
15.9.18 172 4/27/2024
15.9.17 193 4/25/2024
15.9.16 165 4/24/2024
15.9.14 178 4/23/2024
15.9.12 175 4/23/2024
15.9.11 169 4/23/2024
15.9.10 185 4/21/2024
15.9.8 173 4/21/2024
15.9.7 184 4/18/2024
15.9.6 167 4/17/2024
15.9.5 188 4/16/2024
15.9.4 184 4/14/2024
15.9.3 185 4/13/2024
15.9.2 205 4/10/2024
15.9.1 183 4/6/2024
15.9.0 181 4/5/2024
15.8.54 176 3/29/2024
15.8.53 168 3/28/2024
15.8.52 208 3/23/2024
15.8.51 187 3/22/2024
15.8.50 189 3/21/2024
15.8.49 181 3/21/2024
15.8.48 186 3/21/2024
15.8.47 184 3/20/2024
15.8.43 187 3/13/2024
15.8.42 194 3/7/2024
15.8.41 178 3/6/2024
15.8.40 195 3/6/2024
15.8.39 168 3/5/2024
15.8.38 183 3/5/2024
15.8.37 205 3/4/2024
15.8.36 205 3/4/2024
15.8.35 188 3/3/2024
15.8.34 215 3/2/2024
15.8.33 187 2/29/2024
15.8.32 193 2/29/2024
15.8.31 183 2/28/2024
15.8.30 175 2/27/2024
15.8.29 188 2/26/2024
15.8.28 180 2/25/2024
15.8.27 173 2/25/2024
15.8.26 198 2/25/2024
15.8.25 202 2/21/2024
15.8.24 182 2/20/2024
15.8.23 188 2/20/2024
15.8.22 173 2/20/2024
15.8.21 186 2/19/2024
15.8.20 176 2/19/2024
15.8.19 170 2/15/2024
15.8.18 182 2/15/2024
15.8.17 192 2/11/2024
15.8.16 192 2/10/2024
15.8.14 176 2/9/2024
15.8.12 196 2/8/2024
15.8.11 181 2/7/2024
15.8.10 193 2/6/2024
15.8.9 193 2/6/2024
15.8.7 184 2/4/2024
15.8.6 165 2/2/2024
15.8.5 172 2/1/2024
15.8.4 176 1/31/2024
15.8.3 173 1/30/2024
15.8.2 172 1/28/2024
15.8.1 160 1/27/2024
15.8.0 181 1/22/2024
15.7.50 185 1/20/2024
15.7.49 165 1/19/2024
15.7.48 166 1/19/2024
15.7.47 174 1/19/2024
15.7.46 164 1/18/2024
15.7.45 188 1/17/2024
15.7.43 197 1/16/2024
15.7.42 188 1/15/2024
15.7.41 175 1/14/2024
15.7.40 175 1/13/2024
15.7.39 170 1/12/2024
15.7.38 181 1/11/2024
15.7.37 183 1/11/2024
15.7.36 190 1/11/2024
15.7.35 208 1/8/2024
15.7.34 199 12/29/2023
15.7.33 206 12/28/2023
15.7.32 211 12/26/2023
15.7.31 177 12/24/2023
15.7.30 195 12/22/2023
15.7.29 185 12/18/2023
15.7.28 212 12/16/2023
15.7.27 201 12/15/2023
15.7.26 197 12/14/2023
15.7.25 167 12/13/2023
15.7.24 203 12/13/2023
15.7.23 178 12/10/2023
15.7.22 207 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 201 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 201 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 214 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 227 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 287 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 307 4/12/2023
15.5.64 326 4/11/2023
15.5.63 349 4/11/2023
15.5.62 318 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 361 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 421 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 460 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 464 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 496 11/24/2022
15.4.53 490 11/23/2022
15.4.52 482 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 552 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 594 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 591 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.