コード例 #1
0
ファイル: MenuListData.cs プロジェクト: rmawani/Naylah
        //public static NavMenuItem Settings { get; }

        static MenuListData()
        {
            Dashboard =
                new NavMenuItem()
            {
                Title = "Menu Inicial",
                //Icon = "ic_home",
                TargetType = typeof(DashboardPage),
            };

            //TopItems = new List<NavMenuItem>()
            //{
            //    Dashboard,
            //};

            //BottomItems = new List<NavMenuItem>()
            //{
            //    Settings
            //};
        }
コード例 #2
0
        //public static NavMenuItem Settings { get; }

        static MenuListData()
        {
            Dashboard =
                new NavMenuItem()
            {
                Title = "Dashboard",
                //Icon = "ic_home",
                TargetType = typeof(DashboardPage),
            };

            TopItems = new List <NavMenuItem>()
            {
                Dashboard,
            };

            BottomItems = new List <NavMenuItem>()
            {
                //Settings
            };
        }