lineCategory property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? lineCategory
getter/setter pair

The category of the line to be created.

Deprecated: use category instead. The exact line type created is determined based on the category and how it's routed to connect to other page elements. If you specify both a category and a line_category, the category takes precedence. Possible string values are:

  • "STRAIGHT" : Straight connectors, including straight connector 1. The is the default category when one is not specified.
  • "BENT" : Bent connectors, including bent connector 2 to 5.
  • "CURVED" : Curved connectors, including curved connector 2 to 5.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? lineCategory;