alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BaseConfig

    Inheritance
    System.Object
    BaseConfig
    Namespace: SampleBrowser.Maui.Base
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public static class BaseConfig : Object

    Fields

    AssemblyName

    Declaration
    public static Assembly AssemblyName
    Field Value
    Type
    System.Reflection.Assembly

    AvailableControlStreamList

    Declaration
    public static Dictionary<string, Stream> AvailableControlStreamList
    Field Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.IO.Stream>

    EssentialStudioProductType

    Declaration
    public static EssentialStudioProductType EssentialStudioProductType
    Field Value
    Type
    EssentialStudioProductType

    IsIndividualSB

    Declaration
    public static bool IsIndividualSB
    Field Value
    Type
    System.Boolean

    IsLiquidSB

    Declaration
    public static bool IsLiquidSB
    Field Value
    Type
    System.Boolean

    Properties

    RunTimeDeviceLayout

    Declaration
    public static SBLayout RunTimeDeviceLayout { get; set; }
    Property Value
    Type
    SBLayout

    RunTimeDevicePlatform

    Declaration
    public static SBDevice RunTimeDevicePlatform { get; set; }
    Property Value
    Type
    SBDevice

    Methods

    GetDeviceInfo()

    Declaration
    public static void GetDeviceInfo()

    MainPageInit(Assembly)

    Declaration
    public static Page MainPageInit(Assembly appInfo)
    Parameters
    Type Name Description
    System.Reflection.Assembly appInfo
    Returns
    Type
    Microsoft.Maui.Controls.Page

    PopulateViewModel()

    Declaration
    public static SamplesViewModel PopulateViewModel()
    Returns
    Type
    SamplesViewModel

    RegisterLicense(Assembly, String)

    Register the license for Syncfusion controls

    Declaration
    public static void RegisterLicense(Assembly assembly, string name)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly
    System.String name
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved