System.Windows.Forms.BitmapLabel.CharSettings.CharSettings C# (CSharp) Method

CharSettings() public method

public CharSettings ( ) : System
return System
            public CharSettings()
            {
                this.ForeColor = Color.Black;
                this.Scale = 1f;
            }
BitmapLabel.CharSettings