From 7d630b084fc85f2de85c5487a404d8700c3d4e85 Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Mon, 29 Apr 2024 10:35:03 +0530 Subject: [PATCH 1/3] Winforms page with redirect links updates --- WindowsForms/Button/Getting-Started.md | 2 +- WindowsForms/Pivot-Chart/Pivot-Axis.md | 8 ++++---- WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WindowsForms/Button/Getting-Started.md b/WindowsForms/Button/Getting-Started.md index b41df9426..6c6b8adc0 100644 --- a/WindowsForms/Button/Getting-Started.md +++ b/WindowsForms/Button/Getting-Started.md @@ -21,7 +21,7 @@ This section describes how to add the SfButton to a form. To add the SfButton to form, drag and drop the SfButton from the toolbox to the surface of the form designer. -![SfButton_img1](SfButton_images/SfButton_img1.jpeg) +![SfButton_img1.](SfButton_images/SfButton_img1.jpeg) ### Through Code diff --git a/WindowsForms/Pivot-Chart/Pivot-Axis.md b/WindowsForms/Pivot-Chart/Pivot-Axis.md index 96156fe52..696998d64 100644 --- a/WindowsForms/Pivot-Chart/Pivot-Axis.md +++ b/WindowsForms/Pivot-Chart/Pivot-Axis.md @@ -16,7 +16,7 @@ Axis is used to locate data points in the chart area. Generally, two axes are re By default, horizontal axis (PrimaryXAxis) and vertical axis (PrimaryYAxis) are added to the pivot chart with axis labels, grid lines, and tick lines. You can customize the axis explicitly by adding axis title or removing grid lines and tick lines that are added to the axis. The following screenshot displays the _PivotChart with Axis_ -![PivotAxes_image3](Pivot-Axis_images/PivotAxes_image3.png) +![PivotAxes_image3.](Pivot-Axis_images/PivotAxes_image3.png) ## Axis title @@ -75,7 +75,7 @@ Me.pivotChart1.ChartControl.PrimaryYAxis.TitleFont = New Font("Arial", 14) {% endtabs %} -![PivotAxes_image1](Pivot-Axis_images/PivotAxes_image1.png) +![PivotAxes_image1.](Pivot-Axis_images/PivotAxes_image1.png) *PivotChart displays the axis with title* @@ -148,7 +148,7 @@ Me.chartControl1.PrimaryYAxis.GridLineType.Width = 2F {% endtabs %} -![PivotAxes_image2](Pivot-Axis_images/PivotAxes_image2.png) +![PivotAxes_image2.](Pivot-Axis_images/PivotAxes_image2.png) *PivotChart with customized style* @@ -174,7 +174,7 @@ Me.pivotChart1.ChartControl.PrimaryYAxis.IsVisible = False {% endtabs %} -![PivotAxes_image4](Pivot-Axis_images/PivotAxes_image4.png) +![PivotAxes_image4.](Pivot-Axis_images/PivotAxes_image4.png) _PivotChart without axis_ diff --git a/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md b/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md index 3a7493374..5262bd8da 100644 --- a/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md +++ b/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md @@ -24,7 +24,7 @@ This topic discusses how to create a simple layout for aligning Child controls t * Populate the form with the necessary Child controls (here, we are using Buttons), by dragging and dropping them from the toolbox. -![Drag and drop the child controls to arrange in layout manager](Overview_images/Overview_img3.jpeg) +![Drag and drop the child controls to arrange in layout manager.](Overview_images/Overview_img3.jpeg) @@ -36,7 +36,7 @@ The Layout Manager can be added before or after adding the Child controls to the -![Adding layout manager to form](Overview_images/Overview_img4.jpeg) +![Adding layout manager to form.](Overview_images/Overview_img4.jpeg) @@ -51,7 +51,7 @@ N> The FlowLayout, CardLayout and GridLayout controls automatically arrange the For BorderLayout and GridBagLayout, it is necessary to configure the Child controls by changing their extended properties via the property grid in the designer so that the Child controls can be aligned properly. -![Configuring Child controls in GridBagLayout](Overview_images/Overview_img6.jpeg) +![Configuring Child controls in GridBagLayout.](Overview_images/Overview_img6.jpeg) ### Configuring Layout Manager @@ -374,7 +374,7 @@ Me.layout.SetPosition(Me.btn5,Syncfusion.Windows.Forms.Tools.BorderPosition.Cent {% endcapture %} {{ codesnippet9 | OrderList_Indent_Level_1 }} -![Aligning child controls at different sides](Overview_images/Overview_img7.jpeg) +![Aligning child controls at different sides.](Overview_images/Overview_img7.jpeg) {% seealso %} From 2be7093b729350ecd69d13cc873c50ff576b2db0 Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Mon, 29 Apr 2024 11:20:24 +0530 Subject: [PATCH 2/3] Windowsforms page with redirect links update --- WindowsForms/chart/Chart-Axes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WindowsForms/chart/Chart-Axes.md b/WindowsForms/chart/Chart-Axes.md index 3aaef413e..b84fdc959 100644 --- a/WindowsForms/chart/Chart-Axes.md +++ b/WindowsForms/chart/Chart-Axes.md @@ -45,7 +45,7 @@ Me.chartControl1.PrimaryXAxis.ValueType = ChartValueType.Category **Chart displaying categorical values in x-axis** -![Chart Axes](Chart-Axes_images/Chart-Axes_img39.png) +![Chart Axes.](Chart-Axes_images/Chart-Axes_img39.png) ## Indexed X Values @@ -53,9 +53,9 @@ By default points in a series are plotted against their x and y values. However In the figure below, the first chart shows a line chart that is not-indexed while the second chart shows a line chart whose x-axis is indexed. -![Chart Axes](Chart-Axes_images/Chart-Axes_img1.jpeg) +![Chart Axes.](Chart-Axes_images/Chart-Axes_img1.jpeg) -![Chart Axes](Chart-Axes_images/Chart-Axes_img2.jpeg) +![Chart Axes.](Chart-Axes_images/Chart-Axes_img2.jpeg) N> Indexing is supported only on the x-axis in Essential Chart. From aab08ba807f130e5f91fd51c1ba1615495d1a20d Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Fri, 10 May 2024 10:08:15 +0530 Subject: [PATCH 3/3] Issue fixes --- WindowsForms/Button/Getting-Started.md | 2 +- WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/Button/Getting-Started.md b/WindowsForms/Button/Getting-Started.md index 6c6b8adc0..f54a241d4 100644 --- a/WindowsForms/Button/Getting-Started.md +++ b/WindowsForms/Button/Getting-Started.md @@ -2,7 +2,7 @@ layout: post title: Getting Started with WinForms Button control | Syncfusion description: Learn here about getting started with Syncfusion Windows Forms Button (SfButton) control and more details. -platform: WindowsForms +platform: windowsforms control: SfButton documentation: ug --- diff --git a/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md b/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md index 5262bd8da..255b5cc8d 100644 --- a/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md +++ b/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md @@ -2,7 +2,7 @@ layout: post title: Creating a Simple Layout in Windows Forms LayoutManagers | Syncfusion description: Learn about Creating a Simple Layout support in Syncfusion Windows Forms LayoutManagers control and more details. -platform: WindowsForms +platform: windowsforms control: Layout Managers Package documentation: ug ---