FmgLib.MauiMarkup Documentation

FmgLib.MauiMarkup

  • Welcome to FmgLib.MauiMarkup
  • Getting Started
  • XAML to FmgLib.MauiMarkup(C#)
  • How to Assign Object References
  • Attached Properties
  • Behaviors
  • Binding Converters
  • Event Handlers
  • Gesture Recognizers
  • Gradients
  • Grid Definition
  • ITextAlignment Interface Extension Methods
  • Layout Options
  • Menus in FmgLib.MauiMarkup
  • Properties and Fluent Methods
  • Property Bindings
  • Property MultiBinding
  • Shell Application
  • Application Styling
  • User Defined Extension Methods
  • Triggers
  • .NET Built-in Hot Reload (Visual Studio)
  • Extensions for 3rd Party Controls
  • Localization JSON File
  • Localization RESX File
  • Compiled Binding in Code
  • General Example Code

Getting Started

Version: v9.x
v9.x

Creating a new FmgLib.MauiMarkup project from CLI

FmgLib provides a project template to start a new project with FmgLib.MauiMarkup.

Install latest templates from NuGet:

dotnet new install FmgLib.MauiMarkup.Template

Create a new project:

dotnet new fmglib-mauimarkup-app -o my-new-project

Existing Projects

Install the FmgLib.MauiMarkup NuGet package to your MAUI application.

dotnet add package FmgLib.MauiMarkup
Welcome to FmgLib.MauiMarkup XAML to FmgLib.MauiMarkup(C#)

© 2025 - All rights reserved by FmgLib.