CodeBox.Core.Elements.Number.Number C# (CSharp) Method

Number() public method

public Number ( ) : System.Windows
return System.Windows
        public Number()
        {
            Height = Character.CHAR_HEIGHT;
            Width = 40;
        }