diff --git a/Xamarin-iOS/SfComboBox/Dealing-with-SuggestionBox.md b/Xamarin-iOS/SfComboBox/Dealing-with-SuggestionBox.md index 26562ac1..eef4fbdb 100644 --- a/Xamarin-iOS/SfComboBox/Dealing-with-SuggestionBox.md +++ b/Xamarin-iOS/SfComboBox/Dealing-with-SuggestionBox.md @@ -28,7 +28,7 @@ combobox.SuggestionBoxPlacement = SuggestionBoxPlacement.Bottom; {% endhighlight %} {% endtabs %} -![](images/bottom.png) +![Display suggestion box at the bottom of Xamarin.Ios ComboBox.](images/bottom.png) ## SuggestionBox placement at top @@ -42,4 +42,4 @@ combobox.SuggestionBoxPlacement = SuggestionBoxPlacement.Top; {% endhighlight %} {% endtabs %} -![](images/top.png) \ No newline at end of file +![Display suggestion box at the top of Xamarin.Ios ComboBox.](images/top.png) \ No newline at end of file diff --git a/Xamarin-iOS/SfComboBox/Populating-Items.md b/Xamarin-iOS/SfComboBox/Populating-Items.md index 1e92c42b..1214768a 100644 --- a/Xamarin-iOS/SfComboBox/Populating-Items.md +++ b/Xamarin-iOS/SfComboBox/Populating-Items.md @@ -142,4 +142,4 @@ combobox.DataSource = EmployeeDetails; * `DisplayMemberPath` decides the suggestions to be shown in dropdown. Setting the `SelectedValuePath` property makes the `SelectedValue` property to return the value you have selected here. -![](images/datasource.png) +![Data source property of Xamarin.Ios ComboBox.](images/datasource.png) diff --git a/Xamarin-iOS/SfLinearGauge/annotations.md b/Xamarin-iOS/SfLinearGauge/annotations.md index b97b974b..d7fda122 100644 --- a/Xamarin-iOS/SfLinearGauge/annotations.md +++ b/Xamarin-iOS/SfLinearGauge/annotations.md @@ -43,7 +43,7 @@ By using the [`View`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGa {% endhighlight %} -![](annotations_images/annotation1.png) +![Positioning annotation in Xamarin.Ios Linear Gauge.](annotations_images/annotation1.png) ## Positioning the annotation @@ -79,7 +79,7 @@ You can position the annotation anywhere in the linear gauge by using the [`Offs {% endhighlight %} -![](annotations_images/annotation2.png) +![Change annotation position by using offset in Xamarin.Ios Linear Gauge.](annotations_images/annotation2.png) ### Change annotation position by using scale value @@ -121,7 +121,7 @@ You can also place the annotation by specifying the [`ScaleValue`](https://help. {% endhighlight %} -![](annotations_images/annotation3.png) +![Change annotation position by using scale value in Xamarin.Ios Linear Gauge.](annotations_images/annotation3.png) ## Set margin to the annotation @@ -164,7 +164,7 @@ You can adjust the annotation by specifying the [`ViewMargin`](https://help.sync {% endhighlight %} -![](annotations_images/annotation4.png) +![Alignment of annotation in Xamarin.Ios Linear Gauge.](annotations_images/annotation4.png) ## Alignment of annotation @@ -209,7 +209,7 @@ You can align the annotation using the [`HorizontalViewAlignment`](https://help. {% endhighlight %} -![](annotations_images/annotation5.png) +![Setting horizontal view alignment in Xamarin.Ios Linear Gauge.](annotations_images/annotation5.png) ### Setting vertical view alignment @@ -250,7 +250,7 @@ You can align the annotation using the [`HorizontalViewAlignment`](https://help. {% endhighlight %} -![](annotations_images/annotation6.png) +![Setting vertical view alignment in Xamarin.Ios Linear Gauge.](annotations_images/annotation6.png) ## Setting scale index for annotation @@ -306,7 +306,7 @@ You can set the index for the scale by using [`ScaleIndex`](https://help.syncfus {% endhighlight %} -![](annotations_images/annotation7.png) +![Setting scale index for annotation in Xamarin.Ios Linear Gauge.](annotations_images/annotation7.png) ## Multiple annotations @@ -439,4 +439,4 @@ You can add multiple annotations to the gauge as demonstrated below. {% endhighlight %} -![](annotations_images/annotation8.png) +![Multiple annotations in Xamarin.Ios Linear Gauge.](annotations_images/annotation8.png) diff --git a/Xamarin-iOS/SfLinearGauge/header.md b/Xamarin-iOS/SfLinearGauge/header.md index 298eb7c6..aa353089 100644 --- a/Xamarin-iOS/SfLinearGauge/header.md +++ b/Xamarin-iOS/SfLinearGauge/header.md @@ -40,7 +40,7 @@ You can add a title to gauge using the [`SFLinearLabel`](https://help.syncfusion {% endhighlight %} -![](header_images/header.png) +![Adding header to linear gauge in Xamarin.Ios Linear Gauge.](header_images/header.png) ## Positioning the header @@ -69,7 +69,7 @@ To change the position of header, use the [`Position`](https://help.syncfusion.c {% endhighlight %} -![](header_images/header2.png) +![Positioning the header in Xamarin.Ios Linear Gauge.](header_images/header2.png) ## Customizing header text @@ -98,4 +98,4 @@ You can customize the text of [`SFLinearLabel`](https://help.syncfusion.com/cr/x {% endhighlight %} -![](header_images/header3.png) +![Customizing header text in Xamarin.Ios Linear Gauge.](header_images/header3.png) diff --git a/Xamarin-iOS/SfLinearGauge/labels.md b/Xamarin-iOS/SfLinearGauge/labels.md index a4d146eb..8d8fbeb8 100644 --- a/Xamarin-iOS/SfLinearGauge/labels.md +++ b/Xamarin-iOS/SfLinearGauge/labels.md @@ -33,7 +33,7 @@ The label color can be changed using the [`LabelColor`](https://help.syncfusion. {% endhighlight %} -![](labels_images/label1.png) +![Label color customization image in Xamarin.Ios Linear Gauge.](labels_images/label1.png) ## Label font customization @@ -55,7 +55,7 @@ The label font can be customized by using the [`LabelFont`](https://help.syncfus {% endhighlight %} -![](labels_images/label2.png) +![Label font customization image in Xamarin.Ios Linear Gauge.](labels_images/label2.png) ## Setting position for labels @@ -78,7 +78,7 @@ The labels can be positioned far away from the ticks by using the [`LabelOffset` {% endhighlight %} -![](labels_images/label3.png) +![Label offset image in Xamarin.Ios Linear Gauge.](labels_images/label3.png) ### Setting postfix and prefix for labels @@ -107,7 +107,7 @@ The [`LabelPostfix`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGau {% endhighlight %} -![](labels_images/label4.png) +![Label postfix image in Xamarin.Ios Linear Gauge.](labels_images/label4.png) ### Setting label prefix @@ -130,7 +130,7 @@ The [`LabelPrefix`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGaug {% endhighlight %} -![](labels_images/label5.png) +![Label prefix image in Xamarin.Ios Linear Gauge.](labels_images/label5.png) ## Labels visibility @@ -159,5 +159,5 @@ Labels visibility can be customized using the [`ShowScaleLabel`](https://help.sy {% endhighlight %} -![](labels_images/label6.png) +![Labels visibility image in Xamarin.Ios Linear Gauge.](labels_images/label6.png)