Ejemplo n.º 1
0
 /// <summary>
 /// Gets the content short text.
 /// </summary>
 /// <returns>String value.</returns>
 public string GetShortText()
 {
     return(_page.GetTextMapping(_navigator.Bar.BarMapText));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Gets the content short text.
 /// </summary>
 /// <returns>String value.</returns>
 public string GetShortText()
 {
     return(_page.GetTextMapping(_mapText));
 }
 /// <summary>
 /// Gets the content short text.
 /// </summary>
 /// <returns>String value.</returns>
 public string GetShortText() => _page.GetTextMapping(_mapText);