FastColoredTextBoxNS.SelectionStyle.SelectionStyle C# (CSharp) Метод

SelectionStyle() публичный Метод

public SelectionStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
Результат System
        public SelectionStyle(Brush backgroundBrush)
        {
            this.BackgroundBrush = backgroundBrush;
        }