Skip to content

Commit 40fc0c9

Browse files
Merge pull request #1606 from syncfusion-content/925962-UpdateUGImages
925962 - Update UG images for WPF Scheduler and Maps documents.
2 parents c0e61d9 + d519686 commit 40fc0c9

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed
Loading
Loading

wpf/Maps/Markers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ You can customize the marker appearance by using the [`MarkerTemplate`](https://
155155
{% endhighlight %}
156156
{% endtabs %}
157157

158-
![Custom Marker Image](Marker_images/Marker_CustomMarkerImg.png)
158+
![Marker-template-support-in-WPF-Maps](Marker_images/marker-template-support-in-wpf-maps.png){:width="540" height="280"}
159159

160160
### Customize marker appearance using DataTemplateSelector
161161

@@ -256,6 +256,8 @@ You can customize the marker appearance by using the `MarkerTemplateSelector` pr
256256
{% endhighlight %}
257257
{% endtabs %}
258258

259+
![Marker-template-selector-support-in-WPF-Maps](Marker_images/marker-template-selector-support-in-wpf-maps.png){:width="540" height="280"}
260+
259261
N>
260262
* The `DataContext` for both the [`MarkerTemplate`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Maps.ShapeFileLayer.html#Syncfusion_UI_Xaml_Maps_ShapeFileLayer_MarkerTemplate) and `MarkerTemplateSelector` properties of the [`ImageryLayer`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Maps.ImageryLayer.html) and [`ShapeFileLayer`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Maps.ShapeFileLayer.html) in the SfMap is set to [`CustomDataSymbol`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Maps.CustomDataSymbol.html).
261263

wpf/Scheduler/Month-View.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ this.Schedule.MonthViewSettings.NumberOfVisibleWeeks = 3;
267267
{% endhighlight %}
268268
{% endtabs %}
269269

270+
![Number-of-visible-weeks-in-month-view-in-WPF-Scheduler](Month-View_Images/number-of-visible-weeks-in-month-view-in-wpf-scheduler.webp){:width="540" height="300"}
271+
270272
N>
271273
* The week number range is limited to values between 1 and 6. Any value outside this range will cause the `NumberOfVisibleWeeks` to default to 6.
272274
* The `NumberOfVisibleWeeks` property dynamically controls the number of weeks displayed in the scheduler's month view.

0 commit comments

Comments
 (0)