Styles
Draw using FleeBooleanStyle
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/DrawUsingFleeBooleanStyle.jpg)
The sample shows how to style a map using the FleeBooleanStyle. In this example, the hightlighted features are the landlocked countries whose population is greater than 10 million.
Using Predefined Styles
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/PredefinedStyles.jpg)
Map Suite MVC Edition includes numerous built-in styles like these, which allow you easily set up a visually appealing map.
Draw a Point Using a Bitmap
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/DrawPointUsingBitmap.jpg)
This sample shows how to mark a point on the map using a custom bitmap image.
Draw Features Based on a Value
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/DrawFeaturesBasedOnValue.jpg)
This sample renders cities in different styles based on their "POP_RANK" data value.
Change the Fill and Outline Colors
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/ChangeTheFillAndOutlineColor.jpg)
This sample shows how to change the fill and outline colors of a polygon at runtime.
Change the Width and Color of a Line
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/ChangeTheWidthAndColorOfALine.jpg)
This sample shows how to change the width and color of a line at runtime.
Convert GeoColor to/from OLE, Win32, HTML, or ARGB Colors
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/GeoColorConversion.jpg)
This sample shows how to convert GeoColor to and from OLE, Win32, HTML, or ARGB colors.
Get a Group of Colors in the Same Quality (Hue) Family
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/GetAGroupOfColor.jpg)
In this sample, we use a group of colors in the same family of red (but with different strengths) to draw five different countries.
Draw using ZedGraphStyle
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/DrawUsingZedGraphStyle.jpg)
This sample shows how to add pie graphs to the map using the ZedGraph library.