Beyond_Beyaan.BBLabel.SetText C# (CSharp) Метод

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

public SetText ( string text, string fontName ) : bool
text string
fontName string
Результат bool
        public bool SetText(string text, string fontName)
        {
            _font = fontName;
            RefreshText(text);
            return true;
        }

Same methods

BBLabel::SetText ( string text ) : bool