VisioForge.DotNet.Core.UI.MAUI 2025.6.30

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.6.30
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.MAUI -Version 2025.6.30
                    
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.6.30" />
                    
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.6.30" />
                    
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.6.30
                    
#r "nuget: VisioForge.DotNet.Core.UI.MAUI, 2025.6.30"
                    
#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.6.30
                    
#: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.6.30
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.MAUI&version=2025.6.30
                    
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.2 32 9/3/2025
2025.9.1 35 9/2/2025
2025.9.0 50 9/1/2025
2025.8.9 180 8/27/2025
2025.8.7 244 8/25/2025
2025.8.6 124 8/20/2025
2025.8.5 130 8/18/2025
2025.8.4 134 8/13/2025
2025.8.3 119 8/9/2025
2025.8.2 168 8/8/2025
2025.8.1 211 8/7/2025
2025.7.15 40 8/1/2025
2025.7.14 100 7/29/2025
2025.7.12 106 7/27/2025
2025.7.11 315 7/25/2025
2025.7.10 363 7/25/2025
2025.7.9 494 7/23/2025
2025.7.8 75 7/18/2025
2025.7.6 154 7/6/2025
2025.7.1 151 7/2/2025
2025.6.30 150 7/1/2025
2025.6.29 111 6/28/2025
2025.6.28 105 6/28/2025
2025.6.27 110 6/27/2025
2025.6.11 112 6/27/2025
2025.6.10 152 6/23/2025
2025.6.9 118 6/21/2025
2025.6.8 97 6/20/2025
2025.6.7 162 6/19/2025
2025.6.5 155 6/19/2025
2025.6.4 153 6/18/2025
2025.6.3 158 6/17/2025
2025.6.2 152 6/17/2025
2025.6.1 106 6/6/2025
2025.5.6 104 5/30/2025
2025.5.2 246 5/15/2025
2025.5.1 256 5/13/2025
2025.4.12 185 4/29/2025
2025.4.11 216 4/17/2025
2025.4.10 196 4/9/2025
2025.4.9 192 4/9/2025
2025.4.8 188 4/9/2025
2025.4.1 151 4/4/2025
2025.3.28 168 3/28/2025
2025.3.27 514 3/25/2025
2025.3.23 364 3/24/2025
2025.3.21 131 3/21/2025
2025.3.18 175 3/19/2025
2025.3.17 180 3/19/2025
2025.3.16 176 3/18/2025
2025.3.15 173 3/13/2025
2025.3.14 180 3/13/2025
2025.3.12 189 3/12/2025
2025.3.8 224 3/10/2025
2025.3.7 189 3/10/2025
2025.3.6 174 3/9/2025
2025.3.5 236 3/7/2025
2025.2.23 264 3/5/2025
2025.2.21 154 2/27/2025
2025.2.20 144 2/26/2025
2025.2.19 148 2/25/2025
2025.2.18 143 2/25/2025
2025.2.17 141 2/22/2025
2025.2.16 131 2/22/2025
2025.2.15 143 2/21/2025
2025.2.12 139 2/19/2025
2025.2.11 135 2/19/2025
2025.2.10 161 2/17/2025
2025.2.9 140 2/17/2025
2025.2.8 132 2/12/2025
2025.2.7 146 2/12/2025
2025.2.6 139 2/9/2025
2025.2.5 147 2/9/2025
2025.2.4 137 2/9/2025
2025.2.3 139 2/8/2025
2025.2.1 153 2/4/2025
2025.1.25 134 2/1/2025
2025.1.24 138 1/31/2025
2025.1.23 151 1/31/2025
2025.1.22 143 1/26/2025
2025.1.21 125 1/26/2025
2025.1.20 141 1/25/2025
2025.1.19 134 1/25/2025
2025.1.17 140 1/24/2025
2025.1.16 132 1/23/2025
2025.1.15 135 1/23/2025
2025.1.12 143 1/23/2025
2025.1.11 137 1/21/2025
2025.1.10 135 1/21/2025
2025.1.9 139 1/20/2025
2025.1.7 128 1/18/2025
2025.1.6 134 1/17/2025
2025.1.5 127 1/14/2025
2025.1.4 136 1/9/2025
2025.1.3 122 1/9/2025
2025.1.2 132 1/8/2025
2025.1.1 142 1/7/2025
2025.1.0 142 1/7/2025
2025.0.28 138 12/28/2024
2025.0.27 141 12/28/2024
2025.0.26 144 12/26/2024
2025.0.25 144 12/22/2024
2025.0.16 138 12/18/2024
2025.0.15 150 12/16/2024
2025.0.14 148 12/12/2024
2025.0.12 143 12/10/2024
2025.0.10 144 12/7/2024
2025.0.9 144 12/6/2024
2025.0.8 159 12/5/2024
2025.0.7 147 11/29/2024
2025.0.6 135 11/28/2024
2025.0.3 147 11/19/2024
2025.0.1 135 11/18/2024
2025.0.0 142 11/16/2024
15.10.40 146 11/13/2024
15.10.39 147 11/11/2024
15.10.38 157 11/10/2024
15.10.37 142 11/1/2024
15.10.36 148 11/1/2024
15.10.35 148 10/28/2024
15.10.32 193 10/17/2024
15.10.31 170 10/17/2024
15.10.28 136 10/16/2024
15.10.27 146 10/13/2024
15.10.26 148 10/13/2024
15.10.25 148 10/11/2024
15.10.24 156 10/10/2024
15.10.23 147 10/10/2024
15.10.22 155 10/9/2024
15.10.21 131 10/6/2024
15.10.20 142 10/5/2024
15.10.19 141 10/4/2024
15.10.18 142 10/2/2024
15.10.17 150 9/29/2024
15.10.16 143 9/29/2024
15.10.14 141 9/29/2024
15.10.12 156 9/27/2024
15.10.11 149 9/24/2024
15.10.9 146 9/23/2024
15.10.8 143 9/22/2024
15.10.7-beta 116 9/19/2024
15.10.5 165 9/16/2024
15.10.4-beta 130 9/13/2024
15.10.3-beta 127 9/7/2024
15.10.2-beta 116 9/7/2024
15.9.93 190 8/17/2024
15.9.92 168 8/16/2024
15.9.91 166 8/16/2024
15.9.90 158 8/14/2024
15.9.89 168 8/14/2024
15.9.88 159 8/13/2024
15.9.87 158 8/12/2024
15.9.86 171 8/11/2024
15.9.85 156 8/10/2024
15.9.84 159 8/8/2024
15.9.83 163 8/8/2024
15.9.82 125 8/5/2024
15.9.81 130 8/4/2024
15.9.80 136 8/2/2024
15.9.75 130 8/2/2024
15.9.74 151 8/1/2024
15.9.73 140 8/1/2024
15.9.72 118 7/28/2024
15.9.71 123 7/27/2024
15.9.70 134 7/27/2024
15.9.69 133 7/26/2024
15.9.68 155 7/26/2024
15.9.67 131 7/25/2024
15.9.66 167 7/22/2024
15.9.65 144 7/21/2024
15.9.64 152 7/20/2024
15.9.63 161 7/19/2024
15.9.62 153 7/19/2024
15.9.61 172 7/18/2024
15.9.60 153 7/18/2024
15.9.59 169 7/17/2024
15.9.58 158 7/15/2024
15.9.57 158 7/15/2024
15.9.56 200 7/6/2024
15.9.55 169 6/28/2024
15.9.54 171 6/23/2024
15.9.53 168 6/22/2024
15.9.52 174 6/22/2024
15.9.51 146 6/17/2024
15.9.50 148 6/15/2024
15.9.47 159 6/7/2024
15.9.46 160 6/6/2024
15.9.45 157 6/5/2024
15.9.43 166 5/29/2024
15.9.42 169 5/26/2024
15.9.41 161 5/25/2024
15.9.40 152 5/25/2024
15.9.39 146 5/23/2024
15.9.38 154 5/21/2024
15.9.37 155 5/21/2024
15.9.36 166 5/14/2024
15.9.35 165 5/14/2024
15.9.33 185 5/12/2024
15.9.32 166 5/10/2024
15.9.31 166 5/9/2024
15.9.30 158 5/9/2024
15.9.29 170 5/8/2024
15.9.28 188 5/6/2024
15.9.27 185 5/6/2024
15.9.26 125 5/3/2024
15.9.25 116 5/2/2024
15.9.23 165 4/29/2024
15.9.22 159 4/28/2024
15.9.21 167 4/27/2024
15.9.20 157 4/27/2024
15.9.18 168 4/27/2024
15.9.17 187 4/25/2024
15.9.16 161 4/24/2024
15.9.14 173 4/23/2024
15.9.12 170 4/23/2024
15.9.11 165 4/23/2024
15.9.10 180 4/21/2024
15.9.8 168 4/21/2024
15.9.7 180 4/18/2024
15.9.6 161 4/17/2024
15.9.5 184 4/16/2024
15.9.4 179 4/14/2024
15.9.3 181 4/13/2024
15.9.2 201 4/10/2024
15.9.1 177 4/6/2024
15.9.0 178 4/5/2024
15.8.54 170 3/29/2024
15.8.53 161 3/28/2024
15.8.52 202 3/23/2024
15.8.51 184 3/22/2024
15.8.50 183 3/21/2024
15.8.49 177 3/21/2024
15.8.48 181 3/21/2024
15.8.47 180 3/20/2024
15.8.43 184 3/13/2024
15.8.42 189 3/7/2024
15.8.41 174 3/6/2024
15.8.40 191 3/6/2024
15.8.39 165 3/5/2024
15.8.38 179 3/5/2024
15.8.37 197 3/4/2024
15.8.36 199 3/4/2024
15.8.35 185 3/3/2024
15.8.34 212 3/2/2024
15.8.33 184 2/29/2024
15.8.32 187 2/29/2024
15.8.31 180 2/28/2024
15.8.30 171 2/27/2024
15.8.29 183 2/26/2024
15.8.28 176 2/25/2024
15.8.27 170 2/25/2024
15.8.26 194 2/25/2024
15.8.25 195 2/21/2024
15.8.24 178 2/20/2024
15.8.23 184 2/20/2024
15.8.22 168 2/20/2024
15.8.21 181 2/19/2024
15.8.20 169 2/19/2024
15.8.19 164 2/15/2024
15.8.18 177 2/15/2024
15.8.17 188 2/11/2024
15.8.16 188 2/10/2024
15.8.14 169 2/9/2024
15.8.12 189 2/8/2024
15.8.11 176 2/7/2024
15.8.10 191 2/6/2024
15.8.9 186 2/6/2024
15.8.7 179 2/4/2024
15.8.6 161 2/2/2024
15.8.5 167 2/1/2024
15.8.4 171 1/31/2024
15.8.3 169 1/30/2024
15.8.2 168 1/28/2024
15.8.1 157 1/27/2024
15.8.0 177 1/22/2024
15.7.50 179 1/20/2024
15.7.49 161 1/19/2024
15.7.48 163 1/19/2024
15.7.47 169 1/19/2024
15.7.46 160 1/18/2024
15.7.45 182 1/17/2024
15.7.43 191 1/16/2024
15.7.42 184 1/15/2024
15.7.41 169 1/14/2024
15.7.40 172 1/13/2024
15.7.39 166 1/12/2024
15.7.38 178 1/11/2024
15.7.37 179 1/11/2024
15.7.36 184 1/11/2024
15.7.35 205 1/8/2024
15.7.34 193 12/29/2023
15.7.33 199 12/28/2023
15.7.32 206 12/26/2023
15.7.31 174 12/24/2023
15.7.30 192 12/22/2023
15.7.29 178 12/18/2023
15.7.28 208 12/16/2023
15.7.27 195 12/15/2023
15.7.26 190 12/14/2023
15.7.25 164 12/13/2023
15.7.24 200 12/13/2023
15.7.23 174 12/10/2023
15.7.22 202 12/10/2023
15.7.21 202 12/4/2023
15.7.20 195 12/4/2023
15.7.19 205 11/25/2023
15.7.18 182 11/24/2023
15.7.17 161 11/24/2023
15.7.16 191 11/23/2023
15.7.15 167 11/22/2023
15.7.14 172 11/22/2023
15.7.12 178 11/22/2023
15.7.11 151 11/21/2023
15.7.10 145 11/21/2023
15.7.9 187 11/20/2023
15.7.8 161 11/20/2023
15.7.6 179 11/17/2023
15.7.5 160 11/17/2023
15.7.1 148 11/17/2023
15.6.45 195 11/14/2023
15.6.43 181 11/9/2023
15.6.42 177 11/9/2023
15.6.41 163 11/7/2023
15.6.40 182 11/6/2023
15.6.39 190 10/30/2023
15.6.38 190 10/30/2023
15.6.37 184 10/30/2023
15.6.36 209 10/26/2023
15.6.35 187 10/23/2023
15.6.34 195 10/20/2023
15.6.33 208 10/19/2023
15.6.32 234 10/13/2023
15.6.31 194 10/9/2023
15.6.27 199 10/6/2023
15.6.26 189 10/4/2023
15.6.25 197 10/1/2023
15.6.24 188 9/30/2023
15.6.23 198 9/28/2023
15.6.22 191 9/28/2023
15.6.21 189 9/26/2023
15.6.20 195 9/25/2023
15.6.19 206 9/20/2023
15.6.18 204 9/20/2023
15.6.17 201 9/19/2023
15.6.16 197 9/18/2023
15.6.14 210 9/18/2023
15.6.12 206 9/18/2023
15.6.11 203 9/15/2023
15.6.10 250 9/14/2023
15.6.9 221 9/13/2023
15.6.8 246 9/8/2023
15.6.7 250 8/29/2023
15.6.6 207 8/28/2023
15.6.5 234 8/26/2023
15.6.4 241 8/23/2023
15.6.3 247 8/23/2023
15.6.2 223 8/23/2023
15.6.1 240 8/22/2023
15.6.0 258 8/22/2023
15.5.94 244 8/3/2023
15.5.93 270 7/30/2023
15.5.92 226 7/29/2023
15.5.91 259 7/29/2023
15.5.90 248 7/16/2023
15.5.89 255 7/16/2023
15.5.88 226 7/12/2023
15.5.87 279 7/4/2023
15.5.86 303 6/29/2023
15.5.85 283 6/26/2023
15.5.84 274 6/24/2023
15.5.83 290 6/23/2023
15.5.82 256 6/19/2023
15.5.81 281 6/9/2023
15.5.80 289 6/7/2023
15.5.79 297 6/2/2023
15.5.78 260 5/31/2023
15.5.77 270 5/30/2023
15.5.76 264 5/29/2023
15.5.75 263 5/27/2023
15.5.74 265 5/24/2023
15.5.73 268 5/15/2023
15.5.72 288 5/9/2023
15.5.71 299 5/1/2023
15.5.70 304 4/28/2023
15.5.69 314 4/24/2023
15.5.68 326 4/20/2023
15.5.67 283 4/19/2023
15.5.66 298 4/18/2023
15.5.65 300 4/12/2023
15.5.64 320 4/11/2023
15.5.63 343 4/11/2023
15.5.62 313 4/10/2023
15.5.61 315 4/8/2023
15.5.60 303 4/7/2023
15.5.59 370 4/1/2023
15.5.58 362 4/1/2023
15.5.57 362 4/1/2023
15.5.56 350 3/31/2023
15.5.55 357 3/29/2023
15.5.54 373 3/28/2023
15.5.53 355 3/27/2023
15.5.52 385 3/26/2023
15.5.51 364 3/24/2023
15.5.50 365 3/23/2023
15.5.49 362 3/18/2023
15.5.48 363 3/16/2023
15.5.47 349 3/16/2023
15.5.46 352 3/15/2023
15.5.45 377 3/8/2023
15.5.43 373 3/5/2023
15.5.42 378 2/27/2023
15.5.41 416 2/23/2023
15.5.40 410 2/22/2023
15.5.39 408 2/20/2023
15.5.37 396 2/16/2023
15.5.36 413 2/14/2023
15.5.35 429 2/11/2023
15.5.34 417 2/7/2023
15.5.33 416 2/6/2023
15.5.32 410 2/4/2023
15.5.31 421 2/3/2023
15.5.30 414 2/2/2023
15.5.29 429 1/31/2023
15.5.27 452 1/28/2023
15.5.26 449 1/27/2023
15.5.25 470 1/23/2023
15.5.23 455 1/16/2023
15.5.22 458 1/15/2023
15.5.21 473 1/13/2023
15.5.20 455 1/12/2023
15.5.19 453 1/12/2023
15.5.18 452 1/11/2023
15.5.17 415 1/9/2023
15.5.16 435 1/9/2023
15.5.14 482 1/8/2023
15.5.12 462 1/7/2023
15.5.11 471 1/6/2023
15.5.10 440 1/5/2023
15.5.9 455 1/5/2023
15.5.8 453 1/4/2023
15.5.7 457 12/23/2022
15.5.6 435 12/22/2022
15.5.4 422 12/19/2022
15.5.3 446 12/17/2022
15.5.2 435 12/16/2022
15.5.1 462 12/11/2022
15.5.0 457 12/10/2022
15.4.59 505 12/3/2022
15.4.58 480 11/30/2022
15.4.57 475 11/29/2022
15.4.56 493 11/28/2022
15.4.55 481 11/27/2022
15.4.54 488 11/24/2022
15.4.53 484 11/23/2022
15.4.52 476 11/22/2022
15.4.51 469 11/21/2022
15.4.50 458 11/18/2022
15.4.49 497 11/16/2022
15.4.48 496 11/10/2022
15.4.47 499 11/10/2022
15.4.46 522 11/9/2022
15.4.45 597 11/6/2022
15.4.43 561 11/2/2022
15.4.42 559 10/30/2022
15.4.40 545 10/29/2022
15.4.39 541 10/28/2022
15.4.38 554 10/28/2022
15.4.37 585 10/25/2022
15.4.36 586 10/24/2022
15.4.35 605 10/20/2022
15.4.34 576 10/19/2022
15.4.33 581 10/14/2022
15.4.32 581 10/11/2022
15.4.31 582 10/10/2022
15.4.30 553 10/5/2022
15.4.29 597 9/30/2022
15.4.28 587 9/30/2022
15.4.27 584 9/29/2022
15.4.26 631 9/23/2022
15.4.25 618 9/23/2022
15.4.24 606 9/23/2022
15.4.23 590 9/9/2022
15.4.21 621 9/8/2022
15.4.20 604 9/7/2022
15.4.19 589 9/6/2022
15.4.18 659 9/6/2022
15.4.17 632 9/4/2022
1.0.0 607 9/4/2022

Bug fixes and performance improvements. Please check changelog.