OdessaGUIProject.TransLabel.TransLabel C# (CSharp) Method

TransLabel() public method

public TransLabel ( ) : System
return System
        public TransLabel()
        {
            //InitializeComponent();

            SetStyle(ControlStyles.Opaque, true);
            SetStyle(ControlStyles.OptimizedDoubleBuffer, false);
            Font = new Font("Segoe UI", 12f, FontStyle.Regular);
            ForeColor = Color.White;
            BackColor = Color.Transparent;
        }