CarpMuffin.UserInterfaces.Controls.Button.Button C# (CSharp) Method

Button() public method

public Button ( ) : System
return System
        public Button()
        {
            Size = new Vector2(60f, 26f);
            TextColor = Color.Black;
            State = ButtonState.Normal;
            Text = string.Empty;
        }