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