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
Methods
OnSizeAllocated(Double, Double)
Declaration
protected override void OnSizeAllocated(double width, double height)
Parameters
Type |
Name |
Description |
System.Double |
width |
|
System.Double |
height |
|