示例#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);
 }
示例#2
0
 public void setFontStyle(MyFontStyle _myFontStyle)
 {
     uiElement.FontStyle = _myFontStyle.getFontStyle();
 }
示例#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);
 }
示例#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);
 }
示例#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);
 }
示例#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);
 }