This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the way an index grid's labels are drawn.
Name | Description | |
---|---|---|
ForegroundColor | The foreground color of the tab. | |
OutlineColor | The outline color of the tab. | |
PrepareDraw | Sets up the tab for drawing. | |
Thickness | The thickness of the tab in points. |
Classes | Description |
---|---|
BackgroundTabStyle | A background tab style grid label for index grids. |
ButtonTabStyle | A button tab style grid label for index grids. |
ContinuousTabStyle | A continuous tab style grid label for index grids. |
RoundedTabStyle | A rounded tab style grid label for index grids. |
The IIndexGridTabStyle interface provides access to the color and thickness of the index grid�s labels. The PrepareDraw method should be called before IGridLabel::Draw is called on index grid tab style labels. A description and examples are provided in the Carto Library Overview.