FastColoredTextBoxNS.Style.GetCSS C# (CSharp) Method

GetCSS() public method

Returns CSS for export to HTML
public GetCSS ( ) : string
return string
        public virtual string GetCSS()
        {
            return "";
        }