diff --git a/WindowsForms/Button/Getting-Started.md b/WindowsForms/Button/Getting-Started.md index b41df9426..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 --- @@ -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/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. diff --git a/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md b/WindowsForms/layoutmanagers/Creating-a-Simple-Layout.md index 3a7493374..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 --- @@ -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 %}