TurnBoxBackground Field |
Namespace: Telogis.GeoBase.Navigation
Defaults to white. The TurnBox ignores this field and uses whatever ControlStyle it has set to determine the background color based on Background. For example:
FlatRoundControlStyle myStyle = new FlatRoundControlStyle(); myStyle.Background = new SolidBrush(Color.Green); turnBox.ControlStyle = myStyle; // Box will now be opaque green
See also FlatRoundControlStyle.