Ejemplo n.º 1
0
 /// <summary>
 /// Returns a System.String representation of the Windows.UI.Xaml.GridLength.
 /// </summary>
 /// <returns>
 /// A System.String representation of the current Windows.UI.Xaml.GridLength
 /// structure.
 /// </returns>
 public override string ToString()
 {
     return(GridLengthConverter.ToString(this, CultureInfo.InvariantCulture));
 }