Exemplo n.º 1
0
        public PanelNavbarDef()
        {
            LogoHeight = 20;
            LogoWidth  = 20;
            HeightDef  = 30;
            Height     = 30;

            Button = new ButtonConfigEmpty()
            {
                WidthDef    = 50,
                HeightDef   = 40,
                Width       = 50,
                Height      = 40,
                FontName    = new FontFamily("Verdana"),
                FontSizeDef = 10,
                FontStyle   = FontStyle.Regular
            };
        }
Exemplo n.º 2
0
        public ContextMenuConfigDef()
        {
            WidthDef  = 100;
            HeightDef = 30;
            Width     = 100;
            Height    = 30;

            ButtonConfig = new ButtonConfigEmpty()
            {
                WidthDef    = 50,
                HeightDef   = 30,
                Width       = 120,
                Height      = 30,
                FontName    = new FontFamily("Verdana"),
                FontSizeDef = 8,
                FontSize    = 8,
                FontStyle   = FontStyle.Regular
            };
        }