StrokeAlignment

Options for positioning the stroke relative to its path.

Class

Read Only

Number CENTER_ALIGNMENT = 1936998723

The stroke straddles the path.


Read Only

Number INSIDE_ALIGNMENT = 1936998729

The stroke is inside the path.


Read Only

Number OUTSIDE_ALIGNMENT = 1936998735

The stroke is outside the path, like a picture frame.

Was this helpful?