Explorar o código

Tweaked api docs

Tigger Kindel %!s(int64=2) %!d(string=hai) anos
pai
achega
cb9ce86511
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      Terminal.Gui/Core/View.cs

+ 4 - 3
Terminal.Gui/Core/View.cs

@@ -15,13 +15,14 @@ namespace Terminal.Gui {
 	/// </summary>
 	/// </summary>
 	public enum LayoutStyle {
 	public enum LayoutStyle {
 		/// <summary>
 		/// <summary>
-		/// The position and size of the view are based on the Frame value.
+		/// The position and size of the view are based <see cref="View.Frame"/>. 
 		/// </summary>
 		/// </summary>
 		Absolute,
 		Absolute,
 
 
 		/// <summary>
 		/// <summary>
-		/// The position and size of the view will be computed based on the
-		/// X, Y, Width and Height properties and set on the Frame.
+		/// The position and size of the view will be computed based on 
+		/// <see cref="X"/>, <see cref="Y"/>, <see cref="Width"/>, and <see cref="Height"/>. <see cref="View.Frame"/> will
+		/// provide the absolute computed values.
 		/// </summary>
 		/// </summary>
 		Computed
 		Computed
 	}
 	}