Exemplo n.º 1
0
		public AxisLabelStyleControl()
		{
			InitializeComponent();
			_backgroundGlue = new BackgroundControlsGlue();
			_backgroundGlue.CbBrush = _cbBackgroundBrush;
			_backgroundGlue.CbStyle = _cbBackgroundStyle;

			_fontGlue = new GdiFontGlue();
			_fontGlue.GuiFontFamily = m_cbFontFamily;
			_fontGlue.GuiFontStyle = m_cbFontStyle;
			_fontGlue.GuiFontSize = m_cbFontSize;
		}
Exemplo n.º 2
0
        public AxisLabelStyleControl()
        {
            InitializeComponent();
            _backgroundGlue = new BackgroundControlsGlue
            {
                CbBrush = _cbBackgroundBrush,
                CbStyle = _cbBackgroundStyle
            };

            _fontGlue = new GdiFontGlue
            {
                GuiFontFamily = m_cbFontFamily,
                GuiFontStyle  = m_cbFontStyle,
                GuiFontSize   = m_cbFontSize
            };
        }