FastColoredTextBoxNS.MarkerStyle.MarkerStyle C# (CSharp) Method

MarkerStyle() public method

public MarkerStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
return System
        public MarkerStyle(Brush backgroundBrush)
        {
            this.BackgroundBrush = backgroundBrush;
            IsExportable = true;
        }