Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / FluentDesign Class
Members


In This Topic
    FluentDesign Class
    In This Topic
    This is the main ResourceDictionary; it can be used to integrate all of Xceed’s Controls to a NET MAUI app project.
    Syntax
    'Declaration
     
    
    <XamlFilePathAttribute("Themes\FluentDesign.xaml")>
    <DefaultMemberAttribute("Item")>
    Public Class FluentDesign 
       Inherits Microsoft.Maui.Controls.ResourceDictionary
    'Usage
     
    
    Dim instance As FluentDesign
    [XamlFilePath("Themes\FluentDesign.xaml")]
    [DefaultMember("Item")]
    public class FluentDesign : Microsoft.Maui.Controls.ResourceDictionary 
    Inheritance Hierarchy

    System.Object
       Microsoft.Maui.Controls.ResourceDictionary
          Xceed.Maui.Toolkit.FluentDesign

    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