Instance Property
strokeWidth
The horizontal size expression used to expand the path into a stroke.
Declaration
unowned(unsafe) var strokeWidth: AnyObject? { get set }Declaration
@property (nonatomic, assign) id strokeWidth;Declaration
strokeWidth() -> object
setStrokeWidth_(strokeWidth: object)Discussion
A value enables the stroke. Set the value to nil to remove the stroke.
See Also
Stroke Style
The vertical size expression used to expand the path into a stroke.
The stroke position from
-1on the left to1on the right of the path direction.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.