selectionProperties property

SelectionProperties selectionProperties

The selection properties for all graphic overlays and selectable layers within the GeoViewController.

You can use SelectionProperties to define the selection color for all graphic overlays and selectable layers within the GeoViewController. The default selection color is cyan.

Implementation

SelectionProperties get selectionProperties => _selectionProperties.value;
void selectionProperties=(SelectionProperties value)

Implementation

set selectionProperties(SelectionProperties value) =>
    _selectionProperties.value = value;