Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 public void setFontWeight(MyFontWeight _myFontWeight)
 {
     uiElement.FontWeight = _myFontWeight.getFontWeight();
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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);
 }