VIEWMAP LINE DEFAULTS
Data Type : Navigators
VIEWMAP_LINE_DEFAULTS - Default settings for lines in Navigators.
#include <vmods.h>
Definition :
typedef struct {
VIEWMAP_HIGHLIGHT_DEFAULTS Highlight;
WORD LineColor;
WORD FillFGColor;
WORD FillBGColor;
WORD LineStyle;
WORD LineWidth;
WORD FillStyle;
} VIEWMAP_LINE_DEFAULTS;
Description :
The VIEWMAP_LINE_DEFAULTS structure contains default attributes for lines in the Navigator. This structure is a component of the VIEWMAP_STYLE_DEFAULTS structure, which in turn is stored in the VIEWMAP_DATASET_RECORD. The fields in this structure are:
- Highlight Default highlight settings.
LineColor Default color for lines.
FillFGColor Default foreground color.
FillBGColor Default background color.
LineStyle Default line style.
LineWidth Default line width.
FillStyle Default fill style.
See Also : VIEWMAP_HIGHLIGHT_DEFAULTS VIEWMAP_STYLE_DEFAULTS