Class OverlayItemsControl
Holds the overlays in a MapView
Inheritance
System.Object
Microsoft.UI.Xaml.DependencyObject
OverlayItemsControl
Implements
WinRT.IWinRTObject
System.Runtime.InteropServices.IDynamicInterfaceCastable
System.IEquatable<Microsoft.UI.Xaml.DependencyObject>
Microsoft.UI.Xaml.DependencyObject.FromAbi(System.IntPtr)
Microsoft.UI.Xaml.DependencyObject.Equals(Microsoft.UI.Xaml.DependencyObject)
Microsoft.UI.Xaml.DependencyObject.Equals(System.Object)
Microsoft.UI.Xaml.DependencyObject.GetHashCode()
Microsoft.UI.Xaml.DependencyObject.GetValue(Microsoft.UI.Xaml.DependencyProperty)
Microsoft.UI.Xaml.DependencyObject.SetValue(Microsoft.UI.Xaml.DependencyProperty, System.Object)
Microsoft.UI.Xaml.DependencyObject.ClearValue(Microsoft.UI.Xaml.DependencyProperty)
Microsoft.UI.Xaml.DependencyObject.ReadLocalValue(Microsoft.UI.Xaml.DependencyProperty)
Microsoft.UI.Xaml.DependencyObject.GetAnimationBaseValue(Microsoft.UI.Xaml.DependencyProperty)
Microsoft.UI.Xaml.DependencyObject.RegisterPropertyChangedCallback(Microsoft.UI.Xaml.DependencyProperty, Microsoft.UI.Xaml.DependencyPropertyChangedCallback)
Microsoft.UI.Xaml.DependencyObject.UnregisterPropertyChangedCallback(Microsoft.UI.Xaml.DependencyProperty, System.Int64)
Microsoft.UI.Xaml.DependencyObject.IsOverridableInterface(System.Guid)
Microsoft.UI.Xaml.DependencyObject.WinRT.IWinRTObject.HasUnwrappableNativeObject
Microsoft.UI.Xaml.DependencyObject.WinRT.IWinRTObject.NativeObject
Microsoft.UI.Xaml.DependencyObject.WinRT.IWinRTObject.AdditionalTypeData
Microsoft.UI.Xaml.DependencyObject.Dispatcher
Microsoft.UI.Xaml.DependencyObject.DispatcherQueue
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Controls
Assembly: Esri.ArcGISRuntime.WinUI.dll
Syntax
[ContentProperty(Name = "Items")]
public sealed class OverlayItemsControl : DependencyObject, ICustomQueryInterface, IWinRTObject, IDynamicInterfaceCastable, IEquatable<DependencyObject>
Constructors
Name | Description |
---|---|
OverlayItemsControl() | Initializes a new instance of the OverlayItemsControl class. |
Fields
Name | Description |
---|---|
ItemsSourceProperty | Identifies the ItemsSource dependency property. |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
Properties
Name | Description |
---|---|
Items | Gets the collection used to generate the content of the control. |
ItemsSource | Gets or sets a collection used to generate the content of the OverlayItemsControl. |
ItemTemplate | Gets or sets the System.Windows.DataTemplate used to display each item. |
See Also
Applies to
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |