UIBezierPath.LineCapStyle Property

Definition

The shape of the path's end points.

public virtual CoreGraphics.CGLineCap LineCapStyle { [Foundation.Export("lineCapStyle")] get; [Foundation.Export("setLineCapStyle:")] set; }
member this.LineCapStyle : CoreGraphics.CGLineCap with get, set

Property Value

Attributes

Remarks

This can be used from a background thread.

Applies to