FastColoredTextBoxNS.SelectionStyle.SelectionStyle C# (CSharp) 메소드

SelectionStyle() 공개 메소드

public SelectionStyle ( Brush backgroundBrush ) : System
backgroundBrush System.Drawing.Brush
리턴 System
        public SelectionStyle(Brush backgroundBrush)
        {
            this.BackgroundBrush = backgroundBrush;
        }