浏览代码

Update Title comment to reflect new behaviour

Thomas 2 年之前
父节点
当前提交
2b4bec2822
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      Terminal.Gui/Views/TileView.cs

+ 6 - 3
Terminal.Gui/Views/TileView.cs

@@ -43,10 +43,13 @@ namespace Terminal.Gui {
 			public int MinSize { get; set; }
 
 			/// <summary>
-			/// The text that should be displayed above the <see cref="View"/>.  This will
-			/// either appear as content above <see cref="View"/> or superimposed over the
-			/// the parent <see cref="TileView.IntegratedBorder"/> (if it has one).
+			/// The text that should be displayed above the <see cref="View"/>.  This 
+			/// will appear over the splitter line or border (above the view client area).
 			/// </summary>
+			/// <remarks>
+			/// Title are not rendered for root level tiles if there is no
+			/// <see cref="TileView.IntegratedBorder"/> render into.
+			///</remarks>
 			public string Title { get; set; }
 
 			/// <summary>