Class SelectionProperties
Defines selection properties for GeoView.
Inheritance
System.Object
SelectionProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SelectionProperties : INotifyPropertyChanged
Constructors
Name | Description |
---|---|
SelectionProperties() | Initializes a new instance of the SelectionProperties class |
SelectionProperties(Color) | Initializes a new instance of the SelectionProperties class with default color. |
Properties
Name | Description |
---|---|
Color | Gets or sets the color to apply to selected features. Default value is Cyan. |
Name | Description |
---|---|
INotifyPropertyChanged.PropertyChanged | Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.4 - 200.5 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.5 |
Relevant samples
Feature layer query: Find features in a feature table which match an SQL query.
Feature layer selection: Select features in a feature layer.
List related features: List features related to the selected feature.
Spatial relationships: Determine spatial relationships between two geometries.
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.