Class MainPageWindows
Inheritance
System.Object
MainPageWindows
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class MainPageWindows : ContentPage
Constructors
MainPageWindows()
Declaration
Properties
ColumnOneCollection
Declaration
public List<ControlCategoryModel> ColumnOneCollection { get; set; }
Property Value
ColumnThreeCollection
Declaration
public List<ControlCategoryModel> ColumnThreeCollection { get; set; }
Property Value
ColumnTwoCollection
Declaration
public List<ControlCategoryModel> ColumnTwoCollection { get; set; }
Property Value
ShowcaseColumnOneCollection
Declaration
public List<ControlModel> ShowcaseColumnOneCollection { get; set; }
Property Value
ShowcaseColumnThreeCollection
Declaration
public List<ControlModel> ShowcaseColumnThreeCollection { get; set; }
Property Value
ShowcaseColumnTwoCollection
Declaration
public List<ControlModel> ShowcaseColumnTwoCollection { get; set; }
Property Value
Methods
OnSizeAllocated(Double, Double)
Declaration
protected override void OnSizeAllocated(double width, double height)
Parameters
| Type |
Name |
Description |
| System.Double |
width |
|
| System.Double |
height |
|