LongoMatch.Core.Store.DashboardButton.DashboardButton C# (CSharp) Method

DashboardButton() public method

public DashboardButton ( ) : System
return System
        public DashboardButton()
        {
            Name = "";
            Position = new Point (0, 0);
            Width = Constants.BUTTON_WIDTH;
            Height = Constants.BUTTON_HEIGHT;
            BackgroundColor = Color.Red;
            TextColor = Config.Style.PaletteBackgroundLight;
            HotKey = new HotKey ();
            ActionLinks = new List<ActionLink> ();
        }