Alsing.SourceCode.TextStyle.TextStyle C# (CSharp) Method

TextStyle() public method

Default constructor
public TextStyle ( ) : System
return System
        public TextStyle()
        {
            ForeColor = Color.Black;
            BackColor = Color.Transparent;
        }