pygfx.utils.enums.EdgeMode

class pygfx.utils.enums.EdgeMode

Bases: Enum

centered = 'centered'

Centered edges (half the width on each side).

inner = 'inner'

Inner edges (the width is added to the inside).

outer = 'outer'

Outer edges (the width is added to the outside).