style property

String? style
getter/setter pair

The style of the border. Possible string values are:

  • "STYLE_UNSPECIFIED" : The style is not specified. Do not use this.
  • "DOTTED" : The border is dotted.
  • "DASHED" : The border is dashed.
  • "SOLID" : The border is a thin solid line.
  • "SOLID_MEDIUM" : The border is a medium solid line.
  • "SOLID_THICK" : The border is a thick solid line.
  • "NONE" : No border. Used only when updating a border in order to erase it.
  • "DOUBLE" : The border is two solid lines.

Implementation

core.String? style;