Xceed Toolkit for Maui v2.0 Documentation
UseXceedMauiToolkit(MauiAppBuilder,FluentDesignAccentColor) Method


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > AppBuilderExtensions Class > UseXceedMauiToolkit Method : UseXceedMauiToolkit(MauiAppBuilder,FluentDesignAccentColor) Method
The FluentDesignAccentColor that will be used to stylize the controls.
Add this line to your MauiAppBuilder in order to use the controls from Xceed Toolkit for Maui & specify which accent color will be used to stylize said controls.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function UseXceedMauiToolkit( _
   ByVal builder As MauiAppBuilder, _
   ByVal accentColor As FluentDesignAccentColor _
) As MauiAppBuilder
'Usage
 
Dim builder As MauiAppBuilder
Dim accentColor As FluentDesignAccentColor
Dim value As MauiAppBuilder
 
value = AppBuilderExtensions.UseXceedMauiToolkit(builder, accentColor)

Parameters

builder
accentColor
The FluentDesignAccentColor that will be used to stylize the controls.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppBuilderExtensions Class
AppBuilderExtensions Members
Overload List