Hi,
To change the way the shapes look when selected you should modify the interactivity appearance of the drawing view. Here's an example that changes the stroke style of shapes when selected to green:
view.InteractiveAppearance.SelectedStrokeStyle = new NStrokeStyle(Color.Green);