mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
DependencyPropertyHelper
This commit is contained in:
parent
c74c2b1fed
commit
8e82e0bcbd
25 changed files with 224 additions and 176 deletions
|
|
@ -24,8 +24,8 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public partial class MapItemsControl : ListBox
|
||||
{
|
||||
public static readonly DependencyProperty LocationMemberPathProperty = DependencyProperty.Register(
|
||||
nameof(LocationMemberPath), typeof(string), typeof(MapItemsControl), new PropertyMetadata(null));
|
||||
public static readonly DependencyProperty LocationMemberPathProperty =
|
||||
DependencyPropertyHelper.Register<MapItemsControl, string>(nameof(LocationMemberPath));
|
||||
|
||||
/// <summary>
|
||||
/// Path to a source property for binding the Location property of MapItem containers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue