Skip to content

Commit 1c20d4e

Browse files
Merge pull request #404 from Syncfusion-Content/hotfix/hotfix-v26.1.35
DOCINFRA-2341_merged_using_automation
2 parents 85594b1 + 6643735 commit 1c20d4e

9 files changed

+14
-15
lines changed

aspnet-core/DateTimePicker/Appearance-and-Styling.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Appearance and Styling | DateTimePicker | ASP.NET Core | Syncfusion
4-
description: appearance and styling
3+
title: Appearance and Styling in ASP.NET Core DateTimePicker | Syncfusion
4+
description: Learn here all about appearance and styling support in Syncfusion Essential ASP.NET Core DateTimePicker control, it's elements and more.
55
platform: aspnet-core
66
control: DateTimePicker
77
documentation: ug
88
---
99

10-
# Appearance and Styling
10+
# Appearance and Styling in ASP.NET Core DateTimePicker
1111

1212
## Theme
1313

@@ -63,7 +63,7 @@ N> To render the DateTimePicker Control you can use either Razor or Tag helper c
6363

6464
2. The following screenshot displays the output for the above code.
6565

66-
![](Appearance-and-Styling_images/Appearance-and-Styling_img1.png)
66+
![Theme in ASP.NET Core DateTimePicker.](appearance-and-styling_images/aspnet-core-date-time-picker-theme.png)
6767

6868
Showcase of DateTimePicker with gradient lime dark theme
6969
{:.caption}
@@ -115,9 +115,9 @@ Using this CssClass you can override the existing styles under the theme style s
115115
</style>
116116

117117
{% endhighlight %}
118-
119118

120-
![](Appearance-and-Styling_images/Appearance-and-Styling_img2.png)
119+
![CSS class in ASP.NET Core DateTimePicker.](appearance-and-styling_images/aspnet-core-date-time-picker-css-class.png)
120+
121121

122122
Showcase for DateTimePicker with cssClass “Purple-dark”
123123
{:.caption}

aspnet-core/Maps/User-Interaction.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Interactive features of Maps control for Asp.Net Core
4-
description: Learn how to enables the effective interaction on Map elements
3+
title: User Interactive in ASP.NET Core Maps Control | Syncfusion
4+
description: Learn here all about user interactive support in Syncfusion Essential ASP.NET Core Maps control, it's elements and more.
55
platform: aspnet-core
66
control: Maps
77
documentation: ug
88
---
99

10-
# User Interaction
10+
# User Interaction in ASP.NET Core Maps
1111

1212
Options like zooming, panning and map selection enable the effective interaction on Map elements.
1313

@@ -40,7 +40,7 @@ selection-stroke-width="2" value-path="population">
4040

4141

4242

43-
![](User-Interaction_images/User-Interaction_img1.png)
43+
![Selection in ASP.NET Core Maps.](user-interaction_images/aspnet-core-maps-selection.png)
4444

4545

4646
## MultiSelection
@@ -58,7 +58,7 @@ This feature enables you to select multiple Map shapes on mouse taps accompanied
5858

5959
{% endhighlight %}
6060

61-
![](User-Interaction_images/User-Interaction_img5.png)
61+
![Multiselection in ASP.NET Core Maps.](user-interaction_images/aspnet-core-maps-multi-selection.png)
6262

6363

6464
## Dragging On Selection
@@ -74,7 +74,7 @@ You can enable this feature by setting the property `dragging-on-selection` in t
7474

7575
{% endhighlight %}
7676

77-
![](User-Interaction_images/User-Interaction_img4.png)
77+
![Dragging on selection in ASP.NET Core Maps.](user-interaction_images/aspnet-core-maps-dragging-on-selection.png)
7878

7979

8080
## Zooming
@@ -147,8 +147,7 @@ You can zoom the Map with mouse events by using mouse scroll. When the mouse is
147147

148148
When the map is double-tapped by using mouse, the zoom in operation is performed.
149149

150-
![](User-Interaction_images/User-Interaction_img2.png)
151-
150+
![Mouse double tap in ASP.NET Core Maps.](user-interaction_images/aspnet-core-maps-mouse-double-tap.png)
152151

153152
### By using Shape Selection
154153

@@ -247,7 +246,7 @@ Specifies the zoom factor for map zoom value, you can use `factor` property.
247246

248247
Navigation control is built-in with Maps control. With Navigation control, Maps can be panned in any direction and zoomed. It is possible to show or hide the NavigationControl by `enable-navigation` property.
249248

250-
![](User-Interaction_images/User-Interaction_img3.png)
249+
![Navigation in ASP.NET Core Maps.](user-interaction_images/aspnet-core-maps-navigation.png)
251250

252251

253252
{% highlight CSHTML %}

0 commit comments

Comments
 (0)