public static void SetPlaceHolder(this TextBox box, string text, Color foreColor, TextOrientation orientation) { _binderTextBoxPlaceHolder[box] = new TextBoxPlaceHolder(box, text, foreColor, orientation); }
public static void SetPlaceHolder(this TextBox box, string text) { _binderTextBoxPlaceHolder[box] = new TextBoxPlaceHolder(box, text); }