Instance Property
strokePosition
The stroke position from -1 on the left to 1 on the right of the path direction.
Declaration
unowned(unsafe) var strokePosition: AnyObject? { get set }Declaration
@property (nonatomic, assign) id strokePosition;Declaration
strokePosition() -> object
setStrokePosition_(strokePosition: object)Discussion
A value of 0 centers the stroke on the path.
See Also
Stroke Style
The horizontal size expression used to expand the path into a stroke.
The vertical size expression used to expand the path into a stroke.
The construction used at an open stroke endpoint.
The cap at the start of an open path.
The cap at the end of an open path.
The construction used to connect consecutive stroke segments.
The construction used to connect consecutive stroke segments.
Whether the path remains filled when it has a stroke.
Reads the shape’s stroke style into optional output parameters.