public WizardHeaderBar()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();
            this.labelTitleText.Font = Res.GetFont(FontSize.Heading, FontStyle.Regular);

            _uiTheme = new HeaderBarUITheme(this);
        }
        public WizardHeaderBar()
        {
            // This call is required by the Windows.Forms Form Designer.
            InitializeComponent();
            this.labelTitleText.Font = Res.GetFont(FontSize.Heading, FontStyle.Regular);

            _uiTheme = new HeaderBarUITheme(this);
        }