RSTcolor 常量

要指定颜色,可以使用常量或其代表的编号。例如,可使用以下内容之一:
  • Trend1.BackgroundColor = rstColorBlue
  • Trend1.BackgroundColor = &H00FF0000&
定义了以下常量:
  • rstColorBlack
    rstColorLtYellow
  • rstColorWhite
    rstColorYellow
  • rstColorLtRed
    rstColorDkYellow
  • rstColorRed
    rstColorLtMagenta
  • rstColorDkRed
    rstColorMagenta
  • rstColorLtGreen
    rstColorDkMagenta
  • rstColorGreen
    rstColorLtCyan
  • rstColorDkGreen
    rstColorCyan
  • rstColorLtBlue
    rstColorDkCyan
  • rstColorBlue
    rstColorLtGray
  • rstColorDkBlue
    rstColorGray
  • rstColorDkGray
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal