Пример #1
0
 /// <summary>
 /// Set the font weight.
 /// </summary>
 /// <param name="_myFontWeight"></param>
 /// <typeparam name="MyFontWeight">A MyFontWeight param.</typeparam>
 /// <returns>IMyButton</returns>
 public IMyButton setFontWeight(MyFontWeight _myFontWeight)
 {
     base.setFontWeight(_myFontWeight);
     return(this);
 }
Пример #2
0
 public void setFontWeight(MyFontWeight _myFontWeight)
 {
     uiElement.FontWeight = _myFontWeight.getFontWeight();
 }
Пример #3
0
 /// <summary>
 /// Set the font weight.
 /// </summary>
 /// <param name="_myFontWeight"></param>
 /// <typeparam name="MyFontWeight">A MyFontWeight param.</typeparam>
 /// <returns>IMyTextBlock</returns>
 public IMyTextBlock setFontWeight(MyFontWeight _myFontWeight)
 {
     myTextBlock_tb.FontWeight = _myFontWeight.getFontWeight();
     return(this);
 }
Пример #4
0
 /// <summary>
 /// Set the font weight.
 /// </summary>
 /// <param name="_myFontWeight"></param>
 /// <typeparam name="MyFontWeight">A MyFontWeight param.</typeparam>
 /// <returns>IMyComboBox</returns>
 public IMyComboBox setFontWeight(MyFontWeight _myFontWeight)
 {
     base.setFontWeight(_myFontWeight);
     return(this);
 }
Пример #5
0
 /// <summary>
 /// Set the font weight.
 /// </summary>
 /// <param name="_myFontWeight"></param>
 /// <typeparam name="MyFontWeight">A MyFontWeight param.</typeparam>
 /// <returns>IMyDatePicker</returns>
 public IMyDatePicker setFontWeight(MyFontWeight _myFontWeight)
 {
     base.setFontWeight(_myFontWeight);
     return(this);
 }
Пример #6
0
 /// <summary>
 /// Set the font weight.
 /// </summary>
 /// <param name="_myFontWeight"></param>
 /// <typeparam name="MyFontWeight">A MyFontWeight param.</typeparam>
 /// <returns>IMyPasswordBox</returns>
 public IMyPasswordBox setFontWeight(MyFontWeight _myFontWeight)
 {
     base.setFontWeight(_myFontWeight);
     return(this);
 }