Class CustomCardLayout
Inheritance
System.Object
CustomCardLayout
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class CustomCardLayout : Grid
Constructors
CustomCardLayout(MainPageAndroid, MainPageiOS, String)
Declaration
public CustomCardLayout(MainPageAndroid androidPage = null, MainPageiOS iOSPage = null, string badgeText = "")
Parameters
Fields
CardContentProperty
Declaration
public static readonly BindableProperty CardContentProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
TitleProperty
Declaration
public static readonly BindableProperty TitleProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Properties
CardContent
Declaration
public View CardContent { get; set; }
Property Value
Type |
Microsoft.Maui.Controls.View |
ShowExpandIcon
Declaration
public bool ShowExpandIcon { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value