Exemplo n.º 1
0
 /// <summary>
 /// Set the font style.
 /// </summary>
 /// <param name="_myFontStyle">A MyFontStyle param.</param>
 /// <typeparam name="MyFontStyle"></typeparam>
 /// <returns>IMyButton</returns>
 public IMyButton setFontStyle(MyFontStyle _myFontStyle)
 {
     base.setFontStyle(_myFontStyle);
     return(this);
 }
Exemplo n.º 2
0
 public void setFontStyle(MyFontStyle _myFontStyle)
 {
     uiElement.FontStyle = _myFontStyle.getFontStyle();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Set the font style.
 /// </summary>
 /// <param name="_myFontStyle">A MyFontStyle param.</param>
 /// <typeparam name="MyFontStyle"></typeparam>
 /// <returns>IMyTextBlock</returns>
 public IMyTextBlock setFontStyle(MyFontStyle myFontStyle)
 {
     myTextBlock_tb.FontStyle = myFontStyle.getFontStyle();
     return(this);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Set the font style.
 /// </summary>
 /// <param name="_myFontStyle">A MyFontStyle param.</param>
 /// <typeparam name="MyFontStyle"></typeparam>
 /// <returns>IMyComboBox</returns>
 public IMyComboBox setFontStyle(MyFontStyle _myFontStyle)
 {
     base.setFontStyle(_myFontStyle);
     return(this);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Set the font style.
 /// </summary>
 /// <param name="_myFontStyle">A MyFontStyle param.</param>
 /// <typeparam name="MyFontStyle"></typeparam>
 /// <returns>IMyDatePicker</returns>
 public IMyDatePicker setFontStyle(MyFontStyle _myFontStyle)
 {
     base.setFontStyle(_myFontStyle);
     return(this);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Set the font style.
 /// </summary>
 /// <param name="_myFontStyle">A MyFontStyle param.</param>
 /// <typeparam name="MyFontStyle"></typeparam>
 /// <returns>IMyPasswordBox</returns>
 public IMyPasswordBox setFontStyle(MyFontStyle _myFontStyle)
 {
     base.setFontStyle(_myFontStyle);
     return(this);
 }