예제 #1
0
 /// <summary>
 /// Set the font stretch.
 /// </summary>
 /// <param name="_myFontStretch">A MyFontStretch param.</param>
 /// <typeparam name="MyFontStretch"></typeparam>
 /// <returns>IMyButton</returns>
 public IMyButton setFontStretch(MyFontStretch _myFontStretch)
 {
     base.setFontStretch(_myFontStretch);
     return(this);
 }
예제 #2
0
 public void setFontStretch(MyFontStretch _myFontStretch)
 {
     uiElement.FontStretch = _myFontStretch.getFontStretch();
 }
예제 #3
0
 /// <summary>
 /// Set the font stretch.
 /// </summary>
 /// <param name="_myFontStretch">A MyFontStretch param.</param>
 /// <typeparam name="MyFontStretch"></typeparam>
 /// <returns>IMyTextBlock</returns>
 public IMyTextBlock setFontStretch(MyFontStretch myFontStretch)
 {
     myTextBlock_tb.FontStretch = myFontStretch.getFontStretch();
     return(this);
 }
예제 #4
0
 /// <summary>
 /// Set the font stretch.
 /// </summary>
 /// <param name="_myFontStretch">A MyFontStretch param.</param>
 /// <typeparam name="MyFontStretch"></typeparam>
 /// <returns>IMyComboBox</returns>
 public IMyComboBox setFontStretch(MyFontStretch _myFontStretch)
 {
     base.setFontStretch(_myFontStretch);
     return(this);
 }
예제 #5
0
 /// <summary>
 /// Set the font stretch.
 /// </summary>
 /// <param name="_myFontStretch">A MyFontStretch param.</param>
 /// <typeparam name="MyFontStretch"></typeparam>
 /// <returns>IMyDatePicker</returns>
 public IMyDatePicker setFontStretch(MyFontStretch _myFontStretch)
 {
     base.setFontStretch(_myFontStretch);
     return(this);
 }
예제 #6
0
 /// <summary>
 /// Set the font stretch.
 /// </summary>
 /// <param name="_myFontStretch">A MyFontStretch param.</param>
 /// <typeparam name="MyFontStretch"></typeparam>
 /// <returns>IMyPasswordBox</returns>
 public IMyPasswordBox setFontStretch(MyFontStretch _myFontStretch)
 {
     base.setFontStretch(_myFontStretch);
     return(this);
 }