Shape.outlineThickness

The thickness of the shape's outline.

Note that negative values are allowed (so that the outline expands towards the center of the shape), and using zero disables the outline. By default, the outline thickness is 0.

  1. float outlineThickness [@property setter]
    class Shape
    @property
    float
    outlineThickness
    (
    float thickness
    )
  2. float outlineThickness [@property getter]

Meta