Class SelectionProperties
Defines selection properties for GeoView.
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)
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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.4 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.4 - 100.15 |
| Xamarin.iOS | 100.4 - 100.15 |
| UWP | 100.4 - 100.15 |
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.