alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MainPageMacCatalyst

    Inheritance
    System.Object
    MainPageMacCatalyst
    Namespace: SampleBrowser.Maui.Base
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public class MainPageMacCatalyst : ContentPage

    Constructors

    MainPageMacCatalyst()

    Declaration
    public MainPageMacCatalyst()

    Properties

    ColumnOneCollection

    Declaration
    public List<ControlCategoryModel> ColumnOneCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ControlCategoryModel>

    ColumnThreeCollection

    Declaration
    public List<ControlCategoryModel> ColumnThreeCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ControlCategoryModel>

    ColumnTwoCollection

    Declaration
    public List<ControlCategoryModel> ColumnTwoCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ControlCategoryModel>

    ShowcaseColumnOneCollection

    Declaration
    public List<ControlModel> ShowcaseColumnOneCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ControlModel>

    ShowcaseColumnThreeCollection

    Declaration
    public List<ControlModel> ShowcaseColumnThreeCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ControlModel>

    ShowcaseColumnTwoCollection

    Declaration
    public List<ControlModel> ShowcaseColumnTwoCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<ControlModel>

    Methods

    OnSizeAllocated(Double, Double)

    Declaration
    protected override void OnSizeAllocated(double width, double height)
    Parameters
    Type Name Description
    System.Double width
    System.Double height
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved