select property

bool? select
getter/setter pair

When true, the feature is selected. Use this state to create a permanent effect. Note: the select state has a higher priority than highlight.

Implementation

bool? select;