From 50d7e1b38f0422d2c07f38a9b93ec74fc1296f16 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Fri, 7 Jan 2022 09:46:45 -0800 Subject: [PATCH] Fix metadata blank lines (#1266) --- ...to-create-an-unbound-windows-forms-datagridview-control.md | 4 +--- ...-creating-an-unbound-windows-forms-datagridview-control.md | 4 +--- .../wpf/advanced/how-to-alter-the-typography-of-text.md | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md index d882157..6a26db4 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/how-to-create-an-unbound-windows-forms-datagridview-control.md @@ -1,8 +1,6 @@ --- title: How to Create an Unbound Windows Forms DataGridView Control - -description: Populate an unbound Windows Forms DataGridView Control programmatically and display a small amount of data in a table format without binding it to a data source - +description: Populate an unbound Windows Forms DataGridView Control programmatically and display a small amount of data in a table format without binding it to a data source. ms.date: "03/30/2017" dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md index 6b8c7cd..0d9132b 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md @@ -1,8 +1,6 @@ --- title: Walkthrough to Creating an Unbound Windows Forms DataGridView Control - -description: You can create an Unbound Windows Forms DataGridView Control and display a small amount of data without binding it to a data source - +description: You can create an Unbound Windows Forms DataGridView Control and display a small amount of data without binding it to a data source. ms.date: "03/30/2017" dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md b/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md index 25051f8..ca9166c 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/how-to-alter-the-typography-of-text.md @@ -1,8 +1,6 @@ --- title: How to Alter the Typography of Text - description: To alter the telegraphy of text, set the telegraphy attribute. You can set the typographic property of text programmatically. You can see how altered and default telegraphy properties of text render on screen each with an example. - ms.date: "03/30/2017" dev_langs: - "csharp"