I'm implementing selection in runtime 100.7, only one entity can be selected at a time,
i need the selection color to change depending on the entity status, i was able to achieve this by signing the MapView.GeoViewTapped event and change the MapView.SelectionProperties.Color property depending on the status.
is this the correct way?
If it works for you (it sounds like it is), I don't see why it wouldn't be the correct way?
Got it,
i was thinking of a different approach, create a multi layer symbol and the selection border color is just another layer which i make visible/invisible when needed
(if i need different selection effect from the default)