ComponentFactory.Krypton.Toolkit.ViewDrawNull.ViewDrawNull C# (CSharp) Method

ViewDrawNull() public method

Initialize a new instance of the ViewDrawNull class.
public ViewDrawNull ( Color fillColor ) : System
fillColor Color Color to fill drawing area.
return System
        public ViewDrawNull(Color fillColor)
        {
            _fillColor = fillColor;
        }