FeatureStyleOverrideTheme Definition
This is an example of a definition for a style override. It replaces the style of every feature in the table with this style.
<FeatureStyleOverrideTheme id="id6" name="Style Override" alias="FeatureStyleModifier2">
<CompositeStyle>
<AreaStyle>
<LineStyle width="1" width-unit="mapinfo:imagesize pixel">
<Pen>mapinfo:pen 9</Pen>
</LineStyle>
<Interior fill-opacity="1" fill="(#id8)">
<Defs>
<Pattern id="id8">
<Bitmap uri="mapinfo:brush 2">
<ColorAdjustmentSet>
<ColorAdjustment color-1="nonWhite" color-2="rgb(224,255,176)" opacity="1"/>
<ColorAdjustment color-1="white" color-2="white" opacity="1"/>
</ColorAdjustmentSet>
</Bitmap>
</Pattern>
</Defs>
</Interior>
</AreaStyle>
<PointStyle>
<FontSymbol size="18" size-unit="mapinfo:length pt" stroke="red" stroke-opacity="1" text="C" family="MapInfo Symbols"/>
</PointStyle>
<MapinfoTextObjectStyle>
<FontStyle family="Microsoft Sans Serif" font-style="normal" effect="white" effect-opacity="1" effect-type="none" font-weight="normal" text-decoration="none" text-case="default" shadow="false" expand="false" size="12" size-unit="mapinfo:length pt" stroke="black"/>
<LineStyle stroke="black" stroke-opacity="1" width="1" width-unit="mapinfo:imagesize pixel">
<Pen>mapinfo:pen 2</Pen>
</LineStyle>
</MapinfoTextObjectStyle>
</CompositeStyle>
</FeatureStyleOverrideTheme>