RSTcolor 常量
要指定颜色,可以使用常量或其代表的编号。例如,可使用以下内容之一:
- Trend1.BackgroundColor = rstColorBlue
- Trend1.BackgroundColor = &H00FF0000&
定义了以下常量:
- rstColorBlackrstColorLtYellow
- rstColorWhiterstColorYellow
- rstColorLtRedrstColorDkYellow
- rstColorRedrstColorLtMagenta
- rstColorDkRedrstColorMagenta
- rstColorLtGreenrstColorDkMagenta
- rstColorGreenrstColorLtCyan
- rstColorDkGreenrstColorCyan
- rstColorLtBluerstColorDkCyan
- rstColorBluerstColorLtGray
- rstColorDkBluerstColorGray
- rstColorDkGray
提供反馈