Beispiel #1
0
 /// <summary>
 /// Returns the string representation of the <see cref="Thickness"/> structure.
 /// structure.
 /// </summary>
 /// <returns>
 /// A <see cref="String"/> that represents the <see cref="Thickness"/> value.
 /// </returns>
 public override string ToString()
 {
     return(ThicknessConverter.ToString(this, null));
 }