示例#1
0
 public void setFontStretch(MyFontStretch _myFontStretch)
 {
     uiElement.FontStretch = _myFontStretch.getFontStretch();
 }
示例#2
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);
 }