Exemple #1
0
 public MenuTable()
 {
     Margins = new Margins {
         Top = 20
     };
     ContentInsets = new ContentInsets {
         Top = 44
     };
     Background          = (Color)Theme.ColorPalette.BackgroundMenu.Clone();
     MenuCell            = new MenuCell();
     SectionHeaderHeight = 0;
     OverlayCellThemes   = new List <OverlayCellTheme>();
 }
Exemple #2
0
 public OverlayCellTheme()
 {
     MenuCell = new MenuCell();
 }