Provides access to members that control the way an index grid's labels are drawn.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
CoClasses that implement IIndexGridTabStyle
CoClasses and 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. |
Remarks
The IIndexGridTabStyle interface provides access to the color and thickness of the index grids 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.