Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.4 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.4 - 200.7
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.7

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.
In This Article
Back to top Copyright © 2022 Esri.